Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing objects
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Referencing objects
Divers
Thread ID:
00069346
Message ID:
00069346
Vues:
86
How does one find which objects within a form which have certain properties?
For example If I wish to write a generic routine changing all disabled properties from .f. to .t.

for a = 1 to (what function)
if (what array?).disabled = .f.
(what array).disabled = .t.
endif
a = a + 1
endfor

How do I reference objects withn a form generically?
Thanks for your help
Spencer Fried
sfried3@ix.netcom.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform