In my cmdPrint_click code I put in a DoEvent to allow the user to click on the Cancel button..
This works find but....
You visually can not tell the button was depressed. It also takes a while to trigger the cmdCancel_click and since you can't tell you depressed the button you tend to sit there...
I need to be able to allow the user to cancel a print job.
The form allows the user to click a print button to print out multiple reports. Actually it gets the data from the DB and puts into the word form then prints it out.. It continues thru the recordset until all the Reports are printed.
I...
I have created a query in Access that gets data from a table and also adds a blank colomn. I want to put this info into a recordset and then populate the blank column for the specific rows.. Its a totals column.. I dont want that info put back to the db.
I am attempting to do this by creating a...
I have created a querry in access and I have added a blank column..
What I want to do is create a recordset with the query then disconnect the recordset and update the blank field with data.. Then at the end I have to display all the info in the recordset.. I do not need the database but to...
Ok, this is probably a stupid question but bear with me..
I have a VB6 front end with an Access back end and I also connect to an Oracle DB..
It is time to do the build and right now we are building the Oracle ADO connection string using DSN..
Is there a way to not have to worry about puting...
I am using the LL APIs for VB6.
I used a ListObject that returned a recarray of folders.
How do I get the count of how many rows are in the recarray?
I could go up a directory level do a ListObject and get the childcount but that seems like a hard way when I have the recarray already...
Is...
I am using VB6 to interface with Livelink..
I have retrieved a RecArray from the ListObjects but I want to return this to my main VB form as a recordset for my datagrid to use.
How would I go about doing this??
Thanks
Alley
I need a little help here.
I am attempting to connect VB 6 to LiveLink. To do so there are some LiveLink DLLs that VB needs to use.
The instructions to do this are simply:
"The application's working directory must include all referenced LAPI *.dll files."
Ok, can someone please tell me what...
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.