Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing objects
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00069346
Message ID:
00069404
Vues:
35
>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

Spencer, you should also look at the SETALL() property which may accomplish what you want.
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform