Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using function keys in a popup menu
Message
From
01/03/2004 09:17:11
 
 
To
01/03/2004 07:36:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881988
Message ID:
00882021
Views:
12
This message has been marked as the solution to the initial question of the thread.
Where is the problem ?
DEFINE POPUP mypopup RELATIVE shortcut
DEFINE BAR 1 OF mypopup PROMPT "bar1"
DEFINE BAR 2 OF mypopup PROMPT "bar2"
ON KEY LABEL F5 MESSAGEBOX('PUT ACTION F5 ON '+STR(BAR()),0,1000)
ON KEY LABEL F6 MESSAGEBOX('PUT ACTION F6 ON '+STR(BAR()),0,1000)
WAIT WINDOWS "Press Esc to exit" NOCLEAR nowait
CLEAR TYPEAHEAD
DO WHILE LASTKEY()#27
	ACTIVATE POPUP mypopup
ENDDO  
WAIT CLEAR
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform