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.

GET_GROUP_SELECTION_COUNT built-in<br />

Description<br />

Returns the number of rows in the indicated record group that have been programmatically marked as<br />

selected by a call to SET_GROUP_SELECTION.<br />

Syntax<br />

FUNCTION GET_GROUP_SELECTION_COUNT<br />

(recordgroup_id RecordGroup);<br />

FUNCTION GET_GROUP_SELECTION_COUNT<br />

(recordgroup_name VARCHAR2);<br />

Built-in Type unrestricted function<br />

Returns NUMBER<br />

Enter Query Mode yes<br />

Parameters<br />

recordgroup_id Specifies the unique ID that <strong>Form</strong> <strong>Builder</strong> assigns to the record group when<br />

it creates it. Use the FIND_GROUP built-in to return the ID to a variable.<br />

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

recordgroup_name Specifies the name of the record group that you gave to the group when<br />

creating it.<br />

GET_GROUP_SELECTION_COUNT examples<br />

184<br />

/*<br />

** Built-in: GET_GROUP_SELECTION_COUNT<br />

** Example: See GET_GROUP_SELECTION<br />

*/

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

Saved successfully!

Ooh no, something went wrong!