Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Block Items In Forms 4.5
Hi,
If your refer to an item in the block for any of the following you use
:block.item
Assigning values eg :block.item := 'some value'
Make comparisions between items or between value and a constant.
If you want to set some property or find the property of the item then you
use
'block.item' eg:Set_item_property/Get_item_property
All the best
Venkatesh K Received on Fri Apr 17 1998 - 21:03:43 CDT
![]() |
![]() |