Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShortCut Menu
Message
From
02/10/1998 14:05:02
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
 
 
To
02/10/1998 13:54:53
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00143363
Message ID:
00143371
Views:
20
Put Parameters on rightclick event

Usually people use right click to open a shortcut menu, pass a parameter from the right click event to setup code and skipfor on short cut menu builder.

You can do just like this,

At Setup code
LParameter cSource,lSkipBar1,lSkipBar2

At Skip for
Skip for lskip1=.T.

AT object.rightclick
IF (condition1)
lskipper1=.T.
ELSE
lskipper1=.F.
ENDIF

IF (condition2)
lskipper2=.T.
ELSE
lskipper2=.F.
ENDIF

DO mymenu.mpr WITH THIS,lskipper1,lskipper2

Hope You can get it
Senna Dwipayana
Being good is better
Being better is a bless
Previous
Reply
Map
View

Click here to load this message in the networking platform