Consultor Eletrônico



Kbase P20502: Can we trap the new keyboard pop-up menu function to bring u
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   06/05/2003
Status: Unverified

GOAL:

Can we trap the new keyboard pop-up menu function to bring up a context menu in a progress application.

FIX:

Use the following 4GL code to determine if Progress can use the new key function:

READKEY.
DISP KEYLABEL(LASTKEY)
KEYFUNCTION(LASTKEY).

In this case, the new key (pop-up menu) is not picked up by Progress.
It can not be used to bring up the context menu in Progress applications.