Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetAll() with TextBox controls
Message
 
To
30/11/1998 12:22:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00162436
Message ID:
00162441
Views:
18
>Does anyone know if the SetAll() Method can be used with textboxes. I have a pageframe control that contains several pages. There will be a time that I need the textbox controls on these pages disabled for a "Review" mode, but still visible. Short of disabling/enabling each and every text control when in this "Review Mode", my other thought was to use the PageX's SetAll("Enabled", .F., "TEXT") to disable these. Any ideas/wisdom is greatly appreciated.
>sc

Sean, you can use
SetAll("Enabled", .F., "TEXTBOX")
If you use subclassed texboxes, use your textbox class name.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform