Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modeless Forms are not objects !?!?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00226135
Message ID:
00226312
Views:
22
>Why not pass (thisform) to the menu program. You could then have a pointer to the form.

John,

Because menu program do not continue to run. They create the menu and then terminate. Therefore any parameter you passed would be lost through going out of scope.

There is a perfect solution here, use the features of the product as an OO environment. _screen.activeform will always be a reference to the currently active form. It will be NULL when no form is current.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform