Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table or Select Into
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00291075
Message ID:
00291236
Views:
21
>What's the best way to determine if a cursor is a table or the result of a Select Into?
>
>TIA
Sorry about that partial reply.
IF JUSTSTEM(DBF('alias1')) # 'alias1'
**it's a cursor
ELSE
**it's a table
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform