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-40200, Field Protected From Update, but it's not!

821529May 16 2011 — edited May 16 2011
In version 6 I'm getting an FRM-40200 error on a field that is, as far as I can tell, updatable. I added the following to the WHEN-MOUSE-DOUBLE-CLICK trigger & it returns True at the same time as the error occurs.

message(get_item_property('fieldname',UPDATE_ALLOWED));

So the user is allowed to update the field except that it's protected from update. I've checked the block properties & that's also updatable, any other suggestions please?
This post has been answered by CraigB on May 16 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2011
Added on May 16 2011
5 comments
40,578 views