Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get the full object instance pathname(?) to THISFORM
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01368950
Message ID:
01368956
Vues:
22
This message has been marked as the solution to the initial question of the thread.
>Hi Gregory
>
>>Sys(1272) should get you started
>
>Yes, it helped thanks. Though I must say I have an issue with it because I am calling this from the grid.init() the form name as defined at design time is coming up but the instantiated name (with 1 appended to the design time form name) is not init()ed. Hope I have been able to explain, as I use CodeBook as the framework the form name gets appended with a numeral at run time so multiple instances of the form can be activated.
>
>Please advise on where else I can place this call instead of Grid.Init()
>
>Thanks.

The grid.init is fine. It will return something like
Balance.frame.page1.balancelinedetail  
Just replace the first part (part before the first dot) with m.thisform and there you are
you then get
m.thisform.frame.page1.balancelinedetail
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform