Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access Parent Form Properities
Message
From
01/09/2004 15:38:21
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00938521
Message ID:
00938524
Views:
22
You need to pass the reference.

Parent form:
DO FORM ChildForm WITH THIS
Child form Init:
LPARAMETERS toParent AS Form

THIS.MyParent = toParent

...

THIS.MyParent.Caption = "New caption"
HTH

>How can I access the properties of Parent Form from Child Form ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform