Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to find out that a text item was changed (Forms 4.5)?
> Does anybody know the way to
> find out that Forms45 Text Item
> was changed at runtime?
>
Try comparing the current value with the item's database value:
use get_item_property(item, DATABASE_VALUE)
T Received on Thu Nov 06 1997 - 00:00:00 CST
![]() |
![]() |