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_at_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 Tue Jun 01 1999 - 03:50:06 CEST

Original text of this message