Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How Can I get Top-Level Form Name?
Message
De
12/08/2003 10:41:03
 
 
À
11/08/2003 20:04:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00817434
Message ID:
00819365
Vues:
14
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 ).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform