Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to store full object name
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to store full object name
Miscellaneous
Thread ID:
00702150
Message ID:
00702150
Views:
50
Hi.
I want to store the full Hierarchical object name of a control to a form property , in the init of the form so I can use it subsequently.

e.g. if I am in a textbox in a pageframe on a form, I want to be able to:

ThisForm.MyObject = TheFullNameofThisContol

Then ,in the init of the form, access this contol as:

TheFullNameOfThisControl.Width = 30
TheFullNameofThisControl.Visible = .f. etc

I tried using just the name , but this is not sufficient as there could be multiple similar names in different containers.

Regards,

Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform