A script-enabled browser is required for this page to function properly.

GET_GROUP_SELECTION_COUNT Built-in

Description

Returns the number of rows in the indicated record group that have been programmatically marked as selected by a call to SET_GROUP_SELECTION.

Syntax

FUNCTION GET_GROUP_SELECTION_COUNT
(recordgroup_id RecordGroup);

FUNCTION GET_GROUP_SELECTION_COUNT
(recordgroup_name VARCHAR2);

Built-in Type unrestricted function

Returns NUMBER

Enter Query Mode yes

Parameters

recordgroup_id 
 
Specifies the unique ID that Oracle Forms assigns to the record group when it creates it. Use the FIND_GROUP Built-in to return the ID to a variable. The data type of the ID is RecordGroup.
 
recordgroup_name 
 
Specifies the name of the record group that you gave to the group when creating it.

GET_GROUP_SELECTION_COUNT Examples

/*

** Built-in: GET_GROUP_SELECTION_COUNT
** Example: See GET_GROUP_SELECTION
*/