Re: Forms6 looking for all items in block

From: Hein van Vroonhoven <Hein.vanVroonhoven_at_akzonobel.com>
Date: Mon, 20 Mar 2000 14:39:04 +0100
Message-ID: <B1D5796F39B9D311908C00805F59305C01D5C2A5_at_news.ahm-nl.akzonobel.nl>


thanks Luis,

I already found the trick.

Lluis Martinez wrote in message <8b4r9d$836$1_at_diana.bcn.ttd.net>...
>Try this :
>
>v_item_actual := p_bloque || '.' || GET_BLOCK_PROPERTY(p_bloque,
>FIRST_ITEM);
> v_item_last := p_bloque || '.' || GET_BLOCK_PROPERTY(p_bloque,
>LAST_ITEM);
>
> LOOP
> /* Your code here */
> EXIT WHEN v_item_actual = v_item_last ;
> v_item_actual:= p_bloque || '.' || GET_ITEM_PROPERTY(v_item_actual,
>NEXTITEM);
> END LOOP;
>
>If you find a shorter way, tell me because I hate this one ...
>
>
Received on Mon Mar 20 2000 - 14:39:04 CET

Original text of this message