|
-
Nov 16th, 2000, 04:50 PM
#1
Thread Starter
New Member
Hello,
I can't execute any methods of a client side Recordset Design Time Control from my client vbscript (or Javascript)
Instead it reads from the file. For example:
For example: "Document.write(recordset.getcount)"
results in: "function _RS_getCount() { if (this._count < 0) { if (this.isOpen() && )" etc....
to be written on the page instead of the number of records in my recordset.
It's an HTML page in Visual Interdev on which I dragged and dropped the Recordset DTC from the
Project Explorer. I don't know what's wrong.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|