Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: TABLE_FROM_BLOCK functionality in Forms 5.0

Re: TABLE_FROM_BLOCK functionality in Forms 5.0

From: Geoff White <whiteg_at_ccis.adisys.com.au>
Date: Tue, 01 Jun 1999 09:50:06 +0800
Message-ID: <37533C4E.8CAF4276@ccis.adisys.com.au>


Don't forget to increment aux :-)

Joaquin Garcia Santos wrote:

> Perhaps this can help you.
>
> go_block('bloque');
> first_record;
> aux := 1;
> loop
> pl/sql_table(aux) := :block.item;
> if (:system.last_record = 'TRUE') then
> exit;
> end if;
> end loop;
>
> Michael D. Taylor escribió en mensaje <37524A26.B755CDC6_at_iaea.org>...
> >Is there any way to copy the contents of a data block in
> >Forms50 into a PL/SQL table without opening a cursor and
> >requerying the database using the block's default where clause?
> >
> >Thanks
Received on Mon May 31 1999 - 20:50:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US