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: DoogieB
  • Content: Threads
  • Order by date
  1. DoogieB

    Visual Modeler Reverse Engineering Not Working

    I've written an app in VB6 and want to run the Visual Modeler (2.0) Reverse Engineering Wizard to create a UML diagram. I've read all the MS article about the error of "Project Not Loaded", but I'm not getting any error at all. I've tried running the wizard from VB and from a new...
  2. DoogieB

    DataCombo: How "queue" it, or display a specified item?

    I'm using VB6, DataCombo on a form and setting the RowSource property to a disconnected ADO recordset containing a value field and a name field. How can I tell the combo to display a specified value from the recordset? I'm using this to display current property values for an application. Any...
  3. DoogieB

    Visual Modeler Problem

    I'm working with VB6 Enterprise and trying to use the Reverse Engineering Wizard to create a model from my VB project file. I can get past selecting the project and assigning the objects to their categories and am informed that it will take X minutes. I click Finish and nothing happens in the...
  4. DoogieB

    Updating Common Dialog dll

    Though my app is MS Access 2k, I'm dealing with a dll issue in VBA that seems to be the same kind of problem VB presents. My Win2k development machine has one version of Windows Common Controls-2 (version 6.0) and the Win98 machine I wish to run it on must have an older version. I've...
  5. DoogieB

    dll Problems

    I'm developing Access 2k apps on a Win2k platform. They work fine. I port them over to Access 2k on Win98 and library references aren't right. Especailly some VBA function calls (like Time()) and some active x controls (like Date Time Picker). How do I update these dll's on the Win98 machine?
  6. DoogieB

    Slow network response when split Db

    Hello, I've taken an Access 2000 Db and split it so that the table data is stored on one machine and the clients use an MDE front end with tables linked. I used to just have a link to the Database on each of the client machines. Now I've uninstalled Access on those machines and just installed...
  7. DoogieB

    Run-time error 3051: Cannot open file

    I'm transfering data from tables on one Access 2000 Db to another Access 2000 Db on the network, using append queries. The complete message is: Run-time error 3051: The Microsoft Jet database engine cannot open the file \\pathname\file.mdb. It is already opened exclusively by another user...

Part and Inventory Search

Back
Top