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!

Forms 10g VALIDATE_FROM_LIST

Ade2Mar 18 2011 — edited Mar 21 2011
Hi Everyone, I have an item in my form called :BLOCK.ITEM_1 with a lov item_lov but with VALIDATE_FROM_LIST property Set to 'NO'
However in When validate Item of :BLOCK.ITEM_1 based on some conditions, I want to force validate from list.
In when-validate-item of the form, I had put this simple code

IF Some_condition Then
message('In condition******************');
SET_ITEM_PROPERTY('BLOCK.ITEM_1' ,VALIDATE_FROM_LIST,PROPERTY_TRUE);
END IF;

However, nothing is happening despite the fact that my message showed up, the item is not forcing this validation. Please advice, am I doing something wrong here or my set_item_property is not right?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2011
Added on Mar 18 2011
6 comments
1,677 views