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.
SHOW_KEYS;
Built-in Type unrestricted procedure
Enter Query Mode yes
none
/*
** Built-in: SHOW_KEYS
** Example: Display valid function key bindings
*/
BEGIN
Show_Keys;
END;