A script-enabled browser is required for this page to function properly.

SHOW_KEYS Built-in

Description

Displays the Keys screen. When the operator presses a function key, Oracle Forms redisplays the form as it was before invoking the SHOW_KEYS Built-in.

Syntax

SHOW_KEYS;

Built-in Type unrestricted procedure

Enter Query Mode yes

Parameters

none

SHOW_KEYS Examples

/*

** Built-in: SHOW_KEYS
** Example: Display valid function key bindings
*/
BEGIN
Show_Keys;
END;


Display in Keyboard Help property