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.

** been marked as "selected"<br />

*/<br />

the_Rowcount := Get_Group_Selection_Count( rg_id );<br />

FOR j IN 1..the_Rowcount LOOP<br />

/*<br />

** Get the Row number of the J-th selected row.<br />

*/<br />

sel_row := Get_Group_Selection( rg_id, j );<br />

/*<br />

** Get the (VARCHAR2) value of the J-th row.<br />

*/<br />

the_val := Get_Group_CHAR_Cell( gc_id, sel_row );<br />

IF j = 1 THEN<br />

tmp_str := the_val;<br />

ELSE<br />

tmp_str := tmp_str||’,’||the_val;<br />

END IF;<br />

END LOOP;<br />

RETURN tmp_str;<br />

END;<br />

183

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

Saved successfully!

Ooh no, something went wrong!