Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enabling Text Boxes
Message
From
20/09/2002 09:41:24
 
 
To
20/09/2002 09:25:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00702647
Message ID:
00702694
Views:
9
Are your textbox based on a custom class? If so, specify the class name as the third parameter. The MSDN help specify this for the third parameter of SetAll:

"Specifies the class name (the class on which the object is based, not the Visual FoxPro base class for the object)."

HTH

>When I run the following code, my textboxes are not enabled. but if i run thisform.mytext.enabled = .t., then the textboxes are enabled. Anything wrong with this code?:
>
>thisform.setall('ENABLED',.T.,'Textbox')
Previous
Reply
Map
View

Click here to load this message in the networking platform