Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logical L
Message
 
 
To
28/07/2009 11:10:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01415063
Message ID:
01415083
Views:
34
>Are all the texboxes based on the same class? If so you should look at SetALL
>
>
>ThisForm.SetAll('Enabled', .F., 'TextBox')
>
>
>The last part of this will need to be the class of the textbox object. TextBox will work if you are using the FoxPro baseclass. The problem with your IF if you need to use the type function
>
>IF TYPE('thisform.text'+ transform(myObj) + '.enabled') = "L"    && logical test condition
>
Yes, this would be much simpler and better idea, IMHO.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform