Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Correct ThisForm.Objectname.Property syntax ?
Message
From
30/09/1998 12:25:58
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00142404
Message ID:
00142455
Views:
26
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform