Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get name of the form in LOAD method?
Message
From
22/01/2013 06:33:32
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01563533
Message ID:
01563592
Views:
57
>Hi,
>
>I am calling a procedure from LOAD method of a form class. Without passing a name of the form class or some other information, can the called procedure know the name of the form? or some other piece of information that would help "locating" the called form/class?
>
>TIA


Examining the call stack's current (top entry using sys(16) or program()) should give you the path back to the vcx or scx being executed for load(), and therefore instantiated. From that information, worst case, you could open the vcx or scx as a shared table, locating there everything except the instance name.

The instance name is then available in init.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform