Hi
I hope that somebody out there can help with this problem......
I have data which I have grouped by day. The record "WRITES" is a cumalative record, but only accumalates when the following condition is
true; when there is a previous record with a corresponding SPID and KPID.
What I need...
Hi
Being a relative newcomer to VID, looking for a quick onramp to the product and some working examples of code, I came across the following articles in the MS Knowledge Base;
HOWTO: Create a Visual InterDev 1.0 Data Form Wizard with Visual Interdev 6.0...
Hi
Being a relative newcomer to VID, I'm having a problem with the logic of the Form Manager. I have a form comprising a number of DTC Textboxes. One of the Textboxes (txtTimeStamp), I need to autofill with the current date and time. I assume that an action needs to be set in the "Actions...
I need to update records in a table when clicking on a button.
I have a onclick event which declares my variables and passes these to a Recordset. This function produces the following error; "ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed."
I have...
Hi
I've also been battling with this problem for a coupla days and seem to have found a resolution.
lbxAssignee.clear() 'clears content of listbox
rsAssignee.close() ' closes recordset
rsAssignee.setSQLText sSQL ' sets SQL text for recordset
rsAssignee.open() ' opens recordset
This should...
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.