Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I list all the flds on a FORM?
Message
De
29/08/1997 11:41:11
 
 
À
29/08/1997 10:56:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00047201
Message ID:
00047614
Vues:
31
Try in the Command Window :
do form "your form"
create table test ( f1 c(10), f2 c(10))
=amembers(aTest, _screen.activeform,1)
append from array aTest
locate for f1 ='name of the control"
or
BROWSE
You should be able to see all conrols.
Alex.
MS,MCP
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform