Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check for Existence of Cursor
Message
From
13/09/2001 14:41:40
 
 
To
13/09/2001 14:37:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00556065
Message ID:
00556071
Views:
20
>How can I check to see if a cursor is existant before a user tries to extract data from it?

One way is:
IF USED( "MyCursorAlias" )
*   Processing here
ELSE
*   Notify user here
ENDIF
Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform