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 bkrike 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: earnoldmi
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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