Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I know if it a Cursor?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00223103
Message ID:
00223117
Views:
25
Hi JR,

Your looking for CURSORGETPROP("SourceType"). It return:
1 - Local view
2 - Remote view
3 - Table
IF CURSORGETPROP("SourceType") < 3
   Requery()
ENDIF
HTH

>You can not use the command Requery("alias") on native tables. But is there a way to know if the work area is a native table of a cursor.
>
>The only information I have to find out, is the Alias Name.
Previous
Reply
Map
View

Click here to load this message in the networking platform