Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing objects
Message
From
04/01/1998 12:29:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Referencing objects
Miscellaneous
Thread ID:
00069346
Message ID:
00069346
Views:
92
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
Next
Reply
Map
View

Click here to load this message in the networking platform