Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get form reference
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00258270
Message ID:
00258307
Views:
17
>Hi,
> I am using SDI form as main windows and child form inside it. Are there any function to retrieve the refence?

Do something like:

1) Launch the TL with NAME clause:

DO FORM TLname NAME Topform

2) Create a TL property, for example Child1
3) Launch child from TL like:

DO FORM childname NAME Thisform.Child1
or
Thisform.Child1 = CREATEOBJ('childclassname')

Child form is now an object of TL, and they can reference each other.
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform