I think you are talking about win grids..... The answer is in the TableStyles collection of the grid. You can create new table styles and apply it to the grid. During the process you will create columns and have the ability to change properties such as column name.
Chris Dearing...
There are 3 versions of Visual Basic 6: Learning, Professional, and Enterpise. VB 6 also comes with Visual Studio. Visual Studio comes with Visual C++, VB6, Visual J++, and some other stuff too. Visual Basic requires win 95 or better, or windows NT. It is a program just like any other.You can...
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...
It works fine with the DE as well. Commands in the DE automatically have a recordset associated with them preceeded with "rs". Lets say you have a command called MyCommand. And you have a data environment called DE.<br>
<br>
Dim Rs as Adodb.Recordset<br>
<br>
With DE<br>...
I am using client side disconnected recordsets. Also, as I said, when I run the query the recordset is already updated with the new record but the query does not "see" the record until a few seconds later. FYI..... If you are looking at the table in access, use the VB program to add a...
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...
No. At least not easily. There might be a third party tool that will do it, but I doubt it. There is a third party tool that will import Access reports though.... VSReports
There are what I'm going to call "mechanics" books and and "philosphy" books. Once you figure out the mechanics of the VB, move on to the philospfhy books. There are lots of mechanics books. <br>
Using Visual Basic 6<br>
Visual Basic 6 Unleashed<br>
etc.<br>
<br>...
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...
The recordset does not have optomistic locking and openkeyset type (I had the same problem as you). The default is read only. You must set it manually or set it as such in the command you use from the DED. I have had a problem getting DED to do server side cursors. I can do server side manually...
pwhysall,<br>
I am a VB programmer. I wrote the program in VB 6. That dll needs updating. There are several internal to NT apps running. I stopped all client apps (outlook, office toolbar, other non-ms programs). He is on a network too. As I said, I am not an NT guru (yet). Any other ideas...
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...
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.