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.

SHOW_VIEW built-in<br />

Description<br />

Displays the indicated canvas at the coordinates specified by the canvas’s X Position and Y Position<br />

property settings. If the view is already displayed, SHOW_VIEW raises it in front of any other views in<br />

the same window.<br />

Syntax<br />

SHOW_VIEW<br />

(view_id ViewPort);<br />

SHOW_VIEW<br />

(view_name VARCHAR2);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

view_id Specifies the unique ID that <strong>Form</strong> <strong>Builder</strong> assigns the view when it creates<br />

the object. Use the FIND_VIEW built-in to return the ID to an<br />

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

view_name Specifies the name that you gave the view when defining it. The data type<br />

of the name is VARCHAR2.<br />

SHOW_VIEW examples<br />

/*<br />

** Built-in: SHOW_VIEW<br />

** Example: Programmatically display a view in the window to<br />

** which it was assigned at design time.<br />

*/<br />

BEGIN<br />

Show_View(’My_Stacked_Overlay’);<br />

END;<br />

439

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

Saved successfully!

Ooh no, something went wrong!