Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting shift key down when selecting an item
Message
From
23/09/1998 19:52:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Detecting shift key down when selecting an item
Miscellaneous
Thread ID:
00140123
Message ID:
00140123
Views:
49
for the following shortcut menu example:

DEFINE POPUP myPOP ;
FROM MROW(), MCOL() ;
SHORTCUT
DEFINE BAR 1 OF myPop PROMPT "foo"
DEFINE BAR 2 OF myPop PROMPT "bar"
ON SELECTION POPUP myPop DO myPopSelect WITH PROMPT()
ACTIVATE POPUP myPop

FUNCTION myPopSelect( cPrompt )
** take action here


... is there a way to tell if the shift key was held down when the user selected the bar. I am trying to build a developer's shortcut menu with some special functionality.

Thanks

Geno Prida
Watson Wyatt Worldwide
geno_prida@watsonwyatt.com
Geno Prida
Watson Wyatt Worldwide
geno_prida@watsonwyatt.com
Next
Reply
Map
View

Click here to load this message in the networking platform