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

    Passing Objects to ActiveX Server

    I have 3 projects: 1. The user interface. 2. The UI Business objects. 3. An ActiveX server.<br> <br> I want to pass an object from the UI Business objects to the server. This server will not be known at run time, so I have to create the server with CreateObject. The server does have a reference...
  2. Misled

    Access DB--- Non-immediate updates. Why?

    Lets say I add a record to a table. Then I immediately fill a combo with records that include the new record. The record does not show up. However, if I wait a second or 2, re-run the query, then it will show up. Is there and option I can use with my query (I'm using ADO commands on an Access...
  3. Misled

    Cursor types and the autonumber field with ADO/Remote acccess

    I am new to cursor types. If you use a client side cursor (Access Database), and add a new record, the autonumber field value is NOT immediately available (shows null). Works fine with server side and I understand the logic. However, how do most people deal with this? If using a client side...
  4. Misled

    Installing a program on NT. oleaut32.dll problem

    When installing my program on a windows NT (written in VB) system, it aborts when trying to copy the oleaut32.dll file. I'm assuming the file is in use by NT, however I'm not an NT guru. I looked at the tasks list and services and could not tell which service or task to stop. Could someone tell...
  5. Misled

    NT Install Problem. Please help.

    When installing my program on a windows NT system, it aborts when trying to copy the oleaut32.dll file. I'm assuming the file is in use by NT, however I'm not an NT guru. I looked at the tasks list and services and could not tell which service or task to stop. Could someone tell me how to deal...
  6. Misled

    Installing on old ver of win95

    I have a out of process local server. We'll call it svrA. svrA is called from MsOutlook. svrA updates an Access database with data from the outlook form. Works fine on my development system (vb6 ). Works fine on my laptop (VB5 or VB6, I've upgraded it to VB6 since it didn't work somewhere, so I...
  7. Misled

    Tab Stops

    Sometimes I want to add text to a tree node for example. To keep them in a proper alignment, add it like : text & vbTab & text. Is there a way to change the length of the vbTab. I want to shorten it.
  8. Misled

    Drag-Drop with treeview control

    I'm using sheridan's treeview control which is supposed to be compatible with the one that comes with VB6. When I expand nodes or click on nodes it was invoking the drag event and moving nodes sometimes if I didn't keep the mouse still. I fixed it with a 500ms timer event which starts in the...
  9. Misled

    DataWidgets 2.0-Grid re-arranging columns

    On one develeopment system, I have created a grid with columns bound to a data control. When I change the recordset property of the data control (With Set datControl.recordset = newRS) it changes the design of the columns (Rearranges them in the order of the new query). All the same bound fields...

Part and Inventory Search

Back
Top