Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Can I get Top-Level Form Name?
Message
From
12/08/2003 10:41:03
 
 
To
11/08/2003 20:04:45
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00817434
Message ID:
00819365
Views:
13
Hi Bill,

the OOP solution is (best if native on VFP ).

Fill Parent ( or add formParent ) property of form with parent form object.
Then:
thisform.FormParent
implement WPARENT() on OOP and remove the ambiguity on window name.

Much useful one would be WCHILD() on OOP:
thisform.FormChildCount
and 
thisform.FormChilds collection
......

I have implement this ( window native menu can to be defined only on Top Form ).
Previous
Reply
Map
View

Click here to load this message in the networking platform