Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FRM-40222: Disabled item 'NES.DCD' failed validation

user1980Jun 7 2007 — edited Jun 7 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2007
Added on Jun 7 2007
1 comment
1,472 views