Re: TABLE_FROM_BLOCK functionality in Forms 5.0

From: Joaquin Garcia Santos <jis_at_iberdrolaingenieria.es>
Date: Mon, 31 May 1999 11:34:48 +0200
Message-ID: <7itkic$b1i$1_at_talia.mad.ttd.net>


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 - 11:34:48 CEST

Original text of this message