Re: Oracle Forms Question

From: Eugene E. Sorochinsky <eugene_at_ostin.ru>
Date: 1997/04/07
Message-ID: <3348E7C9.76CE_at_ostin.ru>#1/1


Loyal Barber wrote:
>
> Eugene E. Sorochinsky wrote:
> >
> > How should I determine if
> > "Items Displayed" property's value
> > is > 1?
> >
> > I tried to use GET_ITEM_PROPERTY built-in but
> > and got no result
> >
> > WBR Eugene
> If what you are getting at is a multi record block you need
> get_block_property not get_item_property:
>
> l_number := get_block_property('b_myblock',RECORDS_DISPLAYED);
>
> Loyal Barber
> MCI Systemhouse

The problem is that there are two groups of items in the same multi-record block. One of these groups has Items_Displayed set to 1, the other has it set to >1
I want to determine which group the current item belongs to.

Eugene Received on Mon Apr 07 1997 - 00:00:00 CEST

Original text of this message