Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shortcut menu
Message
From
25/10/2002 11:00:47
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00713701
Message ID:
00715455
Views:
9
Thanks. Paco's solution to me seems the simplest, though:

Screen.Activeform.CleanupFlock()

Thanks for your help,

Yossi

>well, I think there are several options to do this
>
>1. Since you are not allowed to use thisform within the menu try to send the form object as a parameter to the shorcut menu something like this:
>
>
>*:RightClick event of the Grid
>
>do yourShorcutmenu with Thisform
>
>*:in MyShorcutMenu.mpr
>lparameter oCallingForm
>
>define && bla, bla, bla
>
>on selection bar 1 of MySorcutPopupMenu oCallingForm.MyFormMethod()
>
>
>
>2.Give a name to the form when running, somthing like this
>
>
>do yourForm NAME oActiveForm
>
>*:in MyShorcutMenu.mpr
>
>define && bla, bla, bla
>on selection bar 1 of MySorcutPopupMenu oActiveForm.MyFormMethod()
>
>
>hope this makes sense for u
>
>regards
Previous
Reply
Map
View

Click here to load this message in the networking platform