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.

SET_LOV_PROPERTY built-in<br />

Description<br />

Sets the given LOV property for the given LOV.<br />

Syntax<br />

SET_LOV_PROPERTY<br />

(lov_id LOV,<br />

property NUMBER,<br />

value NUMBER);<br />

SET_LOV_PROPERTY<br />

(lov_name VARCHAR2,<br />

property NUMBER,<br />

value NUMBER);<br />

SET_LOV_PROPERTY<br />

(lov_id LOV,<br />

property NUMBER,<br />

x NUMBER,<br />

y NUMBER);<br />

SET_LOV_PROPERTY<br />

(lov_name VARCHAR2,<br />

property NUMBER,<br />

x NUMBER,<br />

y NUMBER);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

lov_id Specifies the unique ID that <strong>Form</strong> <strong>Builder</strong> assigns the LOV when created.<br />

Use the FIND_LOV built-in to return the ID to an appropriately typed<br />

variable. The data type of the ID is LOV.<br />

lov_name Specifies the LOV name (as a VARCHAR2).<br />

property Specifies the property you want to set for the given LOV. The possible<br />

properties are as follows:<br />

398<br />

AUTO_REFRESH Specifies whether <strong>Form</strong> <strong>Builder</strong> re-executes the query<br />

each time the LOV is invoked.<br />

GROUP_NAME Specifies the record group with which the LOV is<br />

associated.<br />

LOV_SIZE Specifies a width, height pair indicating the size of the LOV.<br />

POSITION Specifies an x, y pair indicating the position of the LOV.<br />

TITLE Specifies the title of the LOV. Overrides the value specified in the<br />

<strong>Form</strong> <strong>Builder</strong> unless the property value is NULL.<br />

value Specify one of the following constants:

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

Saved successfully!

Ooh no, something went wrong!