Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Forms4.5 MultiRecord Item Enabling Problem
I forms 4.5, I am working on a multi record block. There is an item
called QUANTITY, and another item called REASON.
If the QUANTITY changes then the REASON must become required and enabled.
I wrote a WHEN-VALIDATE_EVENT trigger on QUANTITY to set the required property and the enabled property. However, all the instances of the REASON are affected. I want to affect only one istance of the REASON item, not all.
I checked up the help, the SET_ITEM_PROPERTY modifies all instances of the item in a block, but that is not what i want here. How do i get around this?
Thank you in advance,
Nilesh Porwal
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Mar 24 1999 - 11:34:55 CST
![]() |
![]() |