Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I list a forms tables?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00235535
Message ID:
00235542
Vues:
22
>Is there a way to retrieve a list of the tables in a forms data environment?

You may call :
=amembers(myarray,thisform.dataenvironment,2)
for n=1 to alen(myarray)
=messagebox(eval("thisform.dataenvironment."+myarray[n]+".cursorsource"))
endfor
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform