Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yryan
  • Order by date
  1. yryan

    Open VB6 in VB5

    There is a line of code in the .frm file that can be deleted and results in projects ability to open in VB5.0 or VB6.0 interchangably. Is this the line of code? If not what is it? Attribute VB_PredeclaredId = True Thanks
  2. yryan

    New to ASP. Is there an input mask for input boxes in ASP?

    How do I get it to only accept numbers?
  3. yryan

    Newbie! Not recognizing Text field from Database.

    I am extremely new to ASP and have been given code to try and manipulate to do what it is supposed to be doing. A snippet of the code is below. The following code was designed to be used with UserID as an assigned number. The UserID is supposed to be text. The information is coming from an...
  4. yryan

    New to ASP. Is there an input mask for input boxes in ASP?

    I have an input box on a form that contains a phone number. Is there a way for the input to appear as (709)555-1212? Thanks for your help!
  5. yryan

    How do I highlight all info in a text box when Shift + Tab is pressed?

    This is the last of my questions for today. I know that I've seen the code for this somewhere but I don't remember where. Is there a quick and easy way to do this? [dazed]
  6. yryan

    How do you auto execute command button when Enter is pressed?

    I am still trying to get my program up to speed. I would like the user to be able to press Enter after entering the second piece of information in a text box and the command button would execute. Is it something like 'on Enter goto' and if so where do I put the code? If not could someone tell...
  7. yryan

    How do I show the user that the system is working on the request?

    Great suggestions but I need a little more info. How would I go about doing either of the above? [dazed]
  8. yryan

    How do I show the user that the system is working on the request?

    Hi! I have a vb form that generates reports based on certain criteria. In one report it takes the system a little time to show the reports and I was wondering if there was a way to show the user that the system is working and not just stopped. Any help would be appreciated.
  9. yryan

    Error in loading DLL ???????????????

    Thanks, I figured it out after.
  10. yryan

    vb Data Report landscape

    That is what I am trying to do. Thanks for your help.
  11. yryan

    Error in loading DLL ???????????????

    I am trying to add through the components. When I select references I can get it but when I try to add through the components option it gives me this error.
  12. yryan

    Error in loading DLL ???????????????

    Hi! I can't figure out why I am getting the above error when I try to add the Package and Deployment Wizard to my project. Am I missing a DLL file or is there something wrong with a DLL on my system? Any help at all would be appreciated. Thanks
  13. yryan

    How do you refresh a data report VB6?

    thanks for your help ... it works now!
  14. yryan

    How do you refresh a data report VB6?

    I have a data report and I want to be able to keep the application open and still run reports for different people. Currently I run the report, it brings in information from Access through data environment. My connections are not in code. There is a button that requests the user to enter two...
  15. yryan

    Landscape VB reports/ Detail section in Crystal Reports

    I am trying to get a report in VB to print in landscape. Is there a way to do this? Also I tried to use Crystal Reports 8.0. I wanted two detail sections coming from the same table in Access. The details are 1 to 7 for the first week of a schedule then 8 to 14 for the second week. I need to...

Part and Inventory Search

Back
Top