RE: Forms6 looking for all items in block

From: Lluis Martinez <ljmartinezf_at_hotmail.com>
Date: Mon, 20 Mar 2000 10:29:44 +0100
Message-ID: <8b4r9d$836$1_at_diana.bcn.ttd.net>


[Quoted] 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 - 10:29:44 CET

Original text of this message