Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot update cursor
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Cannot update cursor
Miscellaneous
Thread ID:
00727043
Message ID:
00727043
Views:
49
Hi All:
I am using Scatter memvar procedure to insert data into my table. This procedure works fine sometimes, however it crahses other times. The error I get is 'Cannot update cursor'. It happens when the code insert into stathist from memvar. (STATHIST is a vfp table.) It does not happens everytime. Is there a way to fix this? Is it becasue I need more hardware/network resources? Do I need to use other command in order to insert beside MEMVAR?
Thanks

SCATTER MEMVAR
IF NOT SEEK( STATCODE + SERIAL + SYS( 11, DATE) + TIME, 'STATHIST')
INSERT INTO STATHIST FROM MEMVAR
ENDIF
Next
Reply
Map
View

Click here to load this message in the networking platform