Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Correct ThisForm.Objectname.Property syntax ?
Message
De
30/09/1998 12:25:58
 
 
À
30/09/1998 11:10:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00142404
Message ID:
00142455
Vues:
27
>This is probably a bad way of doing it, but I couldn't think of anything else. I need to refer to the object with the use of txtAuxname[x] in other parts of my app, but would like to do it the proper way.
>
>
>Thanks again for your help,
>- Brian

What you can do is put all of the controls in a container, then disable the container...

To put the controls in the container select the container, then right click and choose edit...

Then drop the controls on the container. The container can be transparent if you want...

Then if you do...

thisform.container1.enabled = .f.

You will not be able to access any of the text boxes...

You can also do...

thisform.container1.visible = .f.

And all of the text boxes will be invisible too.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform