Consultor Eletrônico



Kbase P128971: How to create a Keyboard event based on the SPACE key in AppBuilder
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/14/2008
Status: Unverified

GOAL:

How to create a Keyboard event based on the SPACE key in AppBuilder

GOAL:

How to write an event on SPACE key (SPACEBAR)

FIX:

The SPACE keyboard event is not available in AppBuilder's event dialog.
It can be added by placing the following code at the top of the Main Block (before the MAIN-BLOCK label) :

ON " " OF <widget> DO:
<do stuff>
END.

An actual SPACE is required between double-quotes.