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_WINDOW built-in<br />

Description<br />

Displays the indicated window at either the optionally included X,Y coordinates, or at the window’s<br />

current X,Y coordinates. If the indicated window is a modal window, SHOW_WINDOW is executed as<br />

a GO_ITEM call to the first navigable item in the modal window.<br />

Syntax<br />

SHOW_WINDOW<br />

(window_id Window);<br />

SHOW_WINDOW<br />

(window_id Window,<br />

x NUMBER,<br />

y NUMBER);<br />

SHOW_WINDOW<br />

(window_name VARCHAR2);<br />

SHOW_WINDOW<br />

(window_name VARCHAR2,<br />

x NUMBER,<br />

y NUMBER);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

window_id Specifies the unique ID that <strong>Form</strong> <strong>Builder</strong> assigns the window when<br />

created. Use the FIND_WINDOW built-in to return the ID to an<br />

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

window_name Specifies the name that you gave the window when defining it. The data<br />

type of the name is VARCHAR2.<br />

x Specifies the x coordinate of the window. Supply a whole number for this<br />

argument.<br />

y Specifies the y coordinate of the window. Specify this value as a whole<br />

NUMBER.<br />

SHOW_WINDOW examples<br />

440<br />

/*<br />

** Built-in: SHOW_WINDOW<br />

** Example: Override the default (x,y) coordinates for a<br />

** windows location while showing it.<br />

*/<br />

BEGIN<br />

Show_Window(’online_help’,20,5);<br />

END;

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

Saved successfully!

Ooh no, something went wrong!