Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting name of all objects in data environment
Message
 
 
À
16/03/2001 12:18:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00485977
Message ID:
00485982
Vues:
7
>I am looking for a way to get the names of all objects in the data environment programmatically and store them to an array.

Use Amembers() to populate an array using THISFORM.DataEnvironment as the specified object to query. You could pass in 2 as the third parameter to only get object names. Otherwise, you would have to parse all PEMs to only get the objects.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform