Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List of open Tables
Message
From
29/06/2000 15:46:35
 
 
To
29/06/2000 15:30:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00386679
Message ID:
00386700
Views:
15
>I need to figure a way to find out all open tables. Is there a quicker way than going through a for loop and check each work area?

AUsed() will tell you all the tables in the current datasession.

If you need all the tables in all the datasessions, there is no ADataSessions() function so you will need to step through every possible one, try and SET DATASESSION TO it and trap the error telling you it doesn't exist.
Previous
Reply
Map
View

Click here to load this message in the networking platform