FRM-40200, Field Protected From Update, but it's not!
821529May 16 2011 — edited May 16 2011In 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?