Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp 3.0 finding the active formset from the menu
Message
From
14/12/1996 11:11:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00014978
Message ID:
00015128
Views:
33
>>>How do you find the active formset from the menu?
>>>I assume you use _screen but I can not find the necessary
>>>language!
>>
>>You can use _screen.ActiveForm.Name to get the name of the active form. But, I'm not sure if this is excatly what you wanted.
>
>If you will make it _screen.ActiveForm.Parent.Name you will get the active formset name.

Don't remember to always check if _SCREEN.ActiveForm IS AN OBJECT ! Use the TYPE() function.
Previous
Reply
Map
View

Click here to load this message in the networking platform