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.

SHOW_EDITOR built-in<br />

Description<br />

Displays the given editor at the given coordinates and passes a string to the editor, or retrieves an<br />

existing string from the editor. If no coordinates are supplied, the editor is displayed in the default<br />

position specified for the editor at design time.<br />

Syntax<br />

SHOW_EDITOR<br />

(editor_id Editor,<br />

message_in VARCHAR2,<br />

message_out VARCHAR2,<br />

result BOOLKAN);<br />

SHOW_EDITOR<br />

(editor_id Editor,<br />

message_in VARCHAR2,<br />

x NUMBER,<br />

y NUMBER,<br />

message_out VARCHAR2,<br />

result BOOLEAN);<br />

SHOW_EDITOR<br />

(editor_name VARCHAR2,<br />

message_in VARCHAR2,<br />

message_out VARCHAR2,<br />

result BOOLEAN);<br />

SHOW_EDITOR<br />

(editor_name VARCHAR2,<br />

message_in VARCHAR2,<br />

x NUMBER,<br />

y NUMBER,<br />

message_out VARCHAR2,<br />

result BOOLEAN);<br />

Built-in Type unrestricted procedure that returns two OUT parameters (result and message_out)<br />

Enter Query Mode yes<br />

Parameters<br />

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

editor. Use the FIND_EDITOR built-in to return the ID to a variable of<br />

the appropriate data type. The data type of the ID is Editor.<br />

editor_name Specifies the name you gave to the editor when you defined it. The data<br />

type of the name is VARCHAR2.<br />

message_i Specifies a required IN parameter of VARCHAR2 data type. The value<br />

passed to this parameter can be NULL. You can also reference a text item<br />

or variable.<br />

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

argument.<br />

y Specifies the y coordinate of the editor. Supply a whole number for this<br />

argument.<br />

433

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

Saved successfully!

Ooh no, something went wrong!