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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

GO_FORM built-in<br />

Description<br />

In a multiple-form application, navigates from the current form to the indicated target form. When<br />

navigating with GO_FORM, no validation occurs and no triggers fire except WHEN-WINDOW-<br />

DEACTIVATED, which fires for the form that initiates navigation, and WHEN-WINDOW-<br />

ACTIVATED, which fires for the target window in the target form.<br />

Attempting to navigate to a form that has not yet been opened raises an error.<br />

Syntax<br />

PROCEDURE GO_FORM<br />

(form_id FORMMODULE);<br />

PROCEDURE GO_FORM<br />

(form_name VARCHAR2);<br />

Built-in Type restricted procedure<br />

Enter Query Mode no<br />

Parameters<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 return the ID to<br />

an appropriately typed variable. The data type of the ID is<br />

FORMMODULE.<br />

form_name The name of the target form. The data type of name is VARCHAR2. The<br />

GO_FORM built-in attempts to search for the form module name, not the<br />

name of the .fmx file.<br />

GO_FORM restrictions<br />

The target form cannot be a form that is currently disabled as a result of having invoked another form<br />

with CALL_FORM.<br />

245

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

Saved successfully!

Ooh no, something went wrong!