Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using function keys in a popup menu
Message
From
01/03/2004 07:28:57
 
 
To
01/03/2004 05:50:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881988
Message ID:
00881996
Views:
14
Hi Kurt


I'm using popup menu's to let the user make some choises. Now i want to link some fucntions to these popups using function keys. Somewhere this isn't working and when i use these function keys there is no reaction from them.


This logic is not correct.

Correct is:
I'm using popup menu's to let the user make some choises.
Now i want to link some fucntions to these popups with keys.
DEFINE BAR X OF ... KEY shortcutkey
ON SELECTION BAR X OF ... MyBarfunction
ON SELECTION POPUP ...  MyPopupFunction(BAR(),PROMPT(),POPUP()) && global popup selection
Shortcutkey select the bar of popup, and the bar fire the linked function.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform