Re: Oracle Forms Question

From: Loyal Barber <lbarber_at_flash.net>
Date: 1997/04/04
Message-ID: <334525A4.4171_at_flash.net>#1/1


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 Received on Fri Apr 04 1997 - 00:00:00 CEST

Original text of this message