Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Iterating through views in a DataEnvironment
Message
De
23/07/1998 11:07:49
 
 
À
23/07/1998 10:52:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00120466
Message ID:
00120479
Vues:
16
>How do I iterate through the views in a dataenvironment? I see that the DataEnvironment has new properties which are object references to my views, but how can I write generic code to identify them?
>
>
>Bob

You should compile together two arrays returned by:
1. ADBOBJECTS(..,"VIEW")
2. AMEMBERS(..,Thisform.Dataenvironment,2)
and Cursor.Cursorsource properties
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform