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-41042 No Such Value For SET_ITEM_PROPERTY

673092Dec 27 2008 — edited Dec 27 2008

Hi all,
I'm using Oracle 10g and I want to set a Text Item value manual so, I do this in the When-New-Form-Instance then I write the code

EXECUTE_QUERY;

DECLARE
      ITEM_ID ITEM;
BEGIN
      ITEM_ID:=FIND_ITEM('EXPECTED_GOODS.TEXT_ITEM_PRODUCT_NAME');

      SET_ITEM_PROPERTY(ITEM_ID,INITIAL_VALUE,'Zikas');
END;

Then when I run (the compilation successes) the error FRM-41042 appear

Thanks in advance :)

Edited by: ZiKaS on Dec 27, 2008 12:20 AM

Edited by: ZiKaS on Dec 27, 2008 12:32 AM

Edited by: ZiKaS on Dec 27, 2008 12:32 AM

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 24 2009
Added on Dec 27 2008
3 comments
1,752 views