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.

ADD_GROUP_COLUMN built-in<br />

Description<br />

Adds a column of the specified type to the given record group.<br />

Syntax<br />

FUNCTION ADD_GROUP_COLUMN<br />

(recordgroup_id RecordGroup,<br />

groupcolumn_name VARCHAR2,<br />

column_type NUMBER);<br />

FUNCTION ADD_GROUP_COLUMN<br />

(recordgroup_name VARCHAR2,<br />

groupcolumn_name VARCHAR2,<br />

column_type NUMBER);<br />

FUNCTION ADD_GROUP_COLUMN<br />

(recordgroup_id, RecordGroup<br />

groupcolumn_name VARCHAR2,<br />

column_type NUMBER,<br />

column_width NUMBER);<br />

FUNCTION ADD_GROUP_COLUMN<br />

(recordgroup_name VARCHAR2,<br />

groupcolumn_name VARCHAR2,<br />

column_type NUMBER,<br />

column_width NUMBER);<br />

Built-in Type unrestricted function<br />

Enter Query Mode yes<br />

Returns GroupColumn<br />

Parameters<br />

recordgroup_id The unique ID that <strong>Form</strong> <strong>Builder</strong> assigns when it creates the group. The<br />

data type of the ID is RecordGroup.<br />

recordgroup_name The name you gave to the record group when creating it. The data type of<br />

the name is VARCHAR2.<br />

groupcolumn_name Specifies the name of the column. The data type of the column name is<br />

VARCHAR2.<br />

column_type Specifies the data type of the column. The allowable values are the<br />

following constants:<br />

CHAR_COLUMN Specify if the column can only accept VARCHAR2<br />

data.<br />

DATE_COLUMN Specify if the column can only accept DATE data.<br />

LONG_COLUMN Specify if the column can only accept LONG data.<br />

NUMBER_COLUMN Specify if the column can only accept NUMBER<br />

data.<br />

7

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

Saved successfully!

Ooh no, something went wrong!