Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know a Cursor exists?
Message
From
22/01/1999 11:22:13
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
22/01/1999 11:19:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00178973
Message ID:
00178978
Views:
63
>Hello,
>I am using VFP 6.0, and I need to know for a certain Method, whether a Cursor exists already or not. I have to point to a field of this Cursor, and if this method runs without the existing cursor, I get an error message [Variable not found].
>IF EXIST(mycursor) does not work.
>
>Thank you for your time.

Hi Christian,

Try

IF USED("CursorName")
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform