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.

RESET_GROUP_SELECTION built-in<br />

Description<br />

Deselects any selected rows in the given group. Use this built-in to deselect all record group rows that<br />

have been programmatically marked as selected by executing SET_GROUP_SELECTION on individual<br />

rows.<br />

Syntax<br />

PROCEDURE RESET_GROUP_SELECTION<br />

(recordgroup_id RecordGroup);<br />

PROCEDURE RESET_GROUP_SELECTION<br />

(recordgroup_name VARCHAR2);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<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 />

RESET_GROUP_SELECTION examples<br />

/*<br />

** Built-in: RESET_GROUP_SELECTION<br />

** Example: If the user presses the (Cancel) button, forget<br />

** all of the records in the ’USERSEL’ record<br />

** group that we may have previously marked as<br />

** selected records.<br />

** trigger: When-Button-Pressed<br />

*/<br />

BEGIN<br />

Reset_Group_Selection( ’usersel’ );<br />

END;<br />

343

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

Saved successfully!

Ooh no, something went wrong!