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.

SET_LOV_COLUMN_PROPERTY built-in<br />

Description<br />

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

Syntax<br />

SET_LOV_COLUMN_PROPERTY<br />

(lov_id LOV,<br />

colnum NUMBER,<br />

property NUMBER,<br />

value VARCHAR2);<br />

SET_LOV_COLUMN_PROPERTY<br />

(lov_name VARCHAR2,<br />

colnum NUMBER,<br />

property NUMBER,<br />

value VARCHAR2);<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 />

colnum Specifies the column to be modified (as a NUMBER). The first column is<br />

column 1.<br />

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

properties are as follows:<br />

TITLE Sets the Column Title property that controls the title that displays<br />

above an LOV column.<br />

Note: Setting the column title to NULL resets the column title to the title<br />

specified at design time.<br />

WIDTH Specifies the width to be reserved in the LOV for displaying<br />

column values.<br />

Note: Setting the column width to NULL results in a hidden, or nondisplayed,<br />

column.<br />

value The VARCHAR2 or NUMBER value that represents the desired property<br />

setting.<br />

397

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

Saved successfully!

Ooh no, something went wrong!