Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programatically changing properties
Message
From
14/12/1998 13:36:01
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00167271
Message ID:
00167280
Views:
22
Marcus,

You can use the SetAll method of the form or container object.

Here is the syntax: thisform.setAll('visible',.f.)

You can also use the SetAll to set certain controls by their class:

thisform.SetAll('visible',.f.,'Textbox') would make all textboxes invisible

:)

Pascal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform