Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get the full object instance pathname(?) to THISFORM
Message
From
20/12/2008 10:01:52
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01368950
Message ID:
01368956
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform