Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reinitializing temporary cursors
Message
From
08/01/2003 15:34:19
 
 
To
08/01/2003 14:25:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00739478
Message ID:
00739530
Views:
9
I assume you are doing the following:

SCAN

CREATE CURSOR WITH VARIABLES

WORK WITH CURSOR

RELEASE CURSOR

ENDSCAN


That is the best I can do with the information you supplied. I would create a paramatarized view of the data then perform a simple REQUERY()


CREATE VIEW SomeCursor
SCAN
SCATTER
= REQUERY("Somecursor")

work with somecursor

ENDSCAN
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform