Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function to know if cursor is a table or view
Message
 
 
To
12/10/2011 08:54:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01526130
Message ID:
01526133
Views:
67
>i want the fonction to determine if a cursor is table or vue
lcAlias = "..."
IF UPPER(JUSTEXT(DBF(lcAlias))) = "DBF"
  ? "Table"
ELSE
  ? "Cursor/View"
ENDIF
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform