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.

CLOSE_FORM built-in<br />

Description<br />

In a multiple-form application, closes the indicated form. When the indicated form is the current form,<br />

CLOSE_FORM is equivalent to EXIT_FORM.<br />

Syntax<br />

PROCEDURE CLOSE_FORM<br />

(form_name VARCHAR2);<br />

PROCEDURE CLOSE_FORM<br />

(form_id FORMMODULE);<br />

Built-in Type restricted procedure<br />

Enter Query Mode no<br />

Parameters<br />

form_name Specifies the name of the form to close as a VARCHAR2.<br />

form_id The unique ID that is assigned to the form dynamically when it is<br />

instantiated at runtime. Use the FIND_FORM built-in to an appropriately<br />

typed variable. The data type of the form ID is FORMMODULE.<br />

CLOSE_FORM restrictions<br />

• You cannot close a form that is currently disabled as a result of having issued CALL_FORM to<br />

invoke a modal called form.<br />

• You cannot close a form that has called you. For example, if <strong>Form</strong>_A calls <strong>Form</strong>_B, then <strong>Form</strong>_B<br />

cannot close <strong>Form</strong>_A.<br />

45

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

Saved successfully!

Ooh no, something went wrong!