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 Mike Lewis 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: *

  1. earnoldmi

    Form Resolution

    Thanks to both of you. I'll check into your suggestions. Eve
  2. earnoldmi

    Form Resolution

    I made a Visual basic 6.0 application using a standard resolution on my machine 1024 X 768. I now find other users who have their resolution set at 600 * 800 cannot always see the whole forms. Is there programming I can do to cause the forms to appear completely no matter what the resolution...
  3. earnoldmi

    Access 2000 Recordsets

    I have made an application in Access 2000, and want to use DAO to add some records behind the scenes. I have done this many times before with no problem, using Access 97. My code is as follows: dim db as database dim rs as recordset set db=CurrentDB set...
  4. earnoldmi

    Problems with updating records in a multi-user environment

    I have made an application in VB 6.0 and use DAO to link to data in an Access 97 database. The application allows the user to quickly access data of certain records and cause updates to the data. When the form activates, the user sees on the form, the current data in the database. When the...
  5. earnoldmi

    Barcode reader

    Does anyone have experience with a barcode reader? I am wondering first of all, what kind of hardware is necessary, then how to write and read to it. Someone told me the MSComm is what I'll need. Also looking for any examples of code that show how to use it. Thanks. Eve
  6. earnoldmi

    Package and Deployment problems

    John, Can you explain what you mean by hand-cleaning? Eve
  7. earnoldmi

    Package and Deployment problems

    I developed a Visual Basic 4.0 application, which connects to data in an Access 97 database. I use mostly DAO for these connections. I was able to use the wizard to create a fully functional program to distribute. I then purchased the Upgrade to Visual Basic 6.0. I also added numerous...
  8. earnoldmi

    Deploying an application

    How can I add MDAC_TYP.EXE to my package? I recently tried to run the Package and Deployment wizard, that file was one that was missing. Where can I get it?
  9. earnoldmi

    tmp files created somehow

    I have an application created in VB6.0 which interfaces with Access 97 for data. In the folder where I am creating the application, I recently found a number of tmp files(over a hundred of them). Any idea where they're coming from. They display with a Word icon, and upon opening I see...
  10. earnoldmi

    Data report info refreshed

    I found a workable answer from another tip response. I placed in the Report_Terminate procedure, the code Unload DataConnection1. This seems to close the connection, so that when it calls to open it again, the command text string is refreshed. Hey, it works! I hope it's a help to someone...
  11. earnoldmi

    Grouping field in VB DataReport

    Steve, My only thought would be if you could attach the sql string where you could specify ORDER BY GroupNum desc. Perhaps you've tried that already. I actually have a question of you, in regards to a dynamic data report. I have developed some data reports, and thought I had them dynamic, but...
  12. earnoldmi

    Data report info refreshed

    Thank you. I'll look for that sort of feature. I'm also going to search the MSDN site, to see what I'm missing. I'll let you know if I find a good solution.
  13. earnoldmi

    Data report info refreshed

    I am using Visual Basic 6.0, connecting to an Access database which holds lots of data. I have created some reports using the Data Report feature, which allow the user to specify a selection, which then filters the list of data displayed in the report. It works when I first run the program...

Part and Inventory Search

Back
Top