Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logical L
Message
 
 
À
28/07/2009 11:10:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01415063
Message ID:
01415083
Vues:
33
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform