Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to release a cursor
Message
From
25/08/2005 05:34:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to release a cursor
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01043728
Message ID:
01043728
Views:
54
Dear Experts

I get some data using following commands
SELECT CODE,DESC FROM MASTER;
WHERE LEN(ALLTRIM(STR(CODE)))=6 .AND. DESC LIKE SNAME;
ORDER BY DESC;
INTO cursor TEST15
But in other forms if I use above commands then it show following error message
Cursor name is already in use
How to release cursor name to get rid of above error message in other form?

What should I write on unload event of form to release curosr?

Please help
Next
Reply
Map
View

Click here to load this message in the networking platform