Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List of open Tables
Message
De
29/06/2000 15:46:35
 
 
À
29/06/2000 15:30:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00386679
Message ID:
00386700
Vues:
16
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform