Hi,
I have a couple of forms migrated from 6i to 10g. I am verifying the functionaltiy of each form.
I came across this issue in a converted form in 10g. This form works fine in 6i.
In WHEN-NEW-FORM-INSTANCE based on a condition we hide a poplist item as follows:
SET_ITEM_PROPERTY('DCD',VISIBLE,PROPERTY_FALSE);
Here item 'DCD' is a poplist.
When I run this form & I click on a button, the control is transferred to the ON-ERROR trigger, where I get the folloing message:
FRM - 40222 : Disabled item 'NES.DCD' failed validation'
We never had this issue in 6i?.
There are no triggers on this poplist item 'DCD'. Don't know why I am getting this error???
How to fix this issue?
Thanks