Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cycle though tables in DataEnviornment
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00314653
Message ID:
00314830
Vues:
20
>Is there a way to programaticily cycle though all the tables in the DataEnvironment of a form? Seems like there should be a way I can have a For-Next loop that just goes though all the cursors in the DE (I'll know how many of them are there)

Here is a really slick way if all of your tables are in a database

* point all the tables to the right directory
thisform.SetAll("Database",cTheNewDatabasePathandName,"Cursor")
* open the tables
thisform.dataenvironment.opentables()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform