Action column

Top  Previous  Next

The Action column is used for defining the object-specific action to be executed when the object is selected by touch or mouse activation. Possible actions include screen change, change variable value etc.

 

Icon-Hinweis        Multiple actions

 The & character is used to trigger several actions (Action column).

 Example:        SetVar=1 & #Page=<name>        ...sets the variable to 1 and then switches to screen page name

Alternatively, it is also possible to stack several objects on top of each other. In this case, the covered objects are normally Invisible. This variant is used to set different variables to defined values.

 

Icon-Hinweis        No more actions are executed after the #Page=<name> action!

 

 

The Key=<keycode> action can be defined with normal ASCII characters, a key name and with the appropriate key code.

 

EPAM supports the following key names:

 

Key name

Key code

F1

Key F1 corresponds to key code \x3b00

F2

Key F2 corresponds to key code \x3c00

F3

Key F3 corresponds to key code \x3d00

F4

Key F4 corresponds to key code \x3e00

F5

Key F5 corresponds to key code \x3f00

F6

Key F6 corresponds to key code \x4000

F7

Key F7 corresponds to key code \x4100

F8

Key F8 corresponds to key code \x4200

F9

Key F9 corresponds to key code \x4300

F10

Key F10 corresponds to key code \x4400

F11

Key F11 corresponds to key code \x4500

F12

Key F12 corresponds to key code \x4600

ESC

Key ESC corresponds to key code \x1b

CursorUp or CUp

Cursor up key corresponds to key code \x4800

CursorDown or CDown

Cursor down key corresponds to key code \x5000

CursorLeft or CLeft

Cursor left key corresponds to key code \x4b00

CursorRight or CRight

Cursor right key corresponds to key code \x4d00

PageUp or PgUp

Page up key corresponds to key code \x4900

PageDown or PgDn

Page down key corresponds to key code \x5100

Home

Home key corresponds to key code \x4700

End

End key corresponds to key code \x4f00

Insert

Insert key corresponds to key code \x5200

Backspace

Backspace key corresponds to key code \x08

Return or Enter

Return/Enter key corresponds to key code \x0d

Delete or Del

Delete key corresponds to key code \x5300