11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SET_INPUT_FOCUS built-in<br />

Description<br />

Sets the input focus on the menu of the current form. Once trigger processing is completed, <strong>Form</strong><br />

<strong>Builder</strong> activates the menu.<br />

Syntax<br />

SET_INPUT_FOCUS<br />

(MENU );<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

MENU<br />

SET_INPUT_FOCUS restrictions<br />

Only for use in character mode and block mode environments.<br />

SET_INPUT_FOCUS examples<br />

/*<br />

** Built-in: SET_INPUT_FOCUS<br />

** Example: Directs the users input focus to the Menu when<br />

** used with the only support parameter, MENU.<br />

** Only has an effect on character-mode or<br />

** block-mode devices.<br />

*/<br />

BEGIN<br />

Set_Input_Focus(MENU);<br />

END;<br />

381

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!