Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing objects
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00069346
Message ID:
00069404
Views:
31
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform