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...
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...
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...
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...
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...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.