|
-
Jul 7th, 2000, 09:25 AM
#1
Thread Starter
Member
I've noticed that when I click quickly through a DataGrid in my application, I get run-time error 80040e21 and the program crashes.
One cause for this error, suggested by MSDN, is that a data request is being made before the previous fetch has returned. Therefore, in the RowColClick event of the DataGrid, I put in the following code (as a delay), but still to no avail:
-----
Do while recordset.state = (adStateOpen Or adStateFetching)
Loop
-----
For some reason, this error only occurs on client machines and not in the development environment.
Any suggestions?
Thanks in advance,
Nahid
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
|