Re: Oracle Forms Question

From: <bfrooney_at_my-dejanews.com>
Date: Thu, 16 Jul 1998 21:12:27 GMT
Message-ID: <6olqbs$lpo$1_at_nnrp1.dejanews.com>


Dennis,

Oracle Developer 2000 Reference Manual Volume 1 page 3-143 gives an explanation of the get_item_property function.

Basically, the function returns the value of the property (2nd argument) for a given item (1st argument). For example, get_item_property(customer_name,AUTO_SKIP) if auto skip is set to true, for the customer_name item, then the function would return to TRUE, if the auto skip property is
set to false for the item customer_name, then the function would return FALSE. ITEM_PROPERTY is a standard property. Let's say you have a form that has 2 canvases defined, namely; page_1, and page_2,

so get_item_property can have 3 different values return

It can return 'page_1','page_2' or <null>, since it's possible that item may not be assigned to a canvas.

In article <6ol2p2$2s3$1_at_pale-rider.INS.CWRU.Edu>,   dw724_at_cleveland.Freenet.Edu (Dennis M. Hancy) wrote:
>
> Can someone give me an overview of what the "get_item_property"
> function does? And what its arguments are? If you could recommend
> some place where I can look for this information myself, that would
> be helpful too.
>
> The one example I am looking at has a second argument of ITEM_CANVAS.
> But I'm not sure if that's specific to the example or if that
> value is a standard value that will work in my case as well. Any light
> you can shed on this would be greatly appreciated. Thanks.
>
> Dennis Hancy
> Eaton Corporation
> Cleveland, OH
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Thu Jul 16 1998 - 23:12:27 CEST

Original text of this message