frm-40200 error in LOV [message #479232] |
Fri, 15 October 2010 07:40 |
kvkpraveen
Messages: 20 Registered: June 2010 Location: Bangalore
|
Junior Member |
|
|
Hi All
I have the form with LOV values. Here i am inserting the values trew scripts in database and get the values from froms. here i am facing the problem like if i tried to select some values in LOV it is saying the error FRM-40200. Please help on the same
Thanks
Praveen.K
|
|
|
Re: frm-40200 error in LOV [message #479235 is a reply to message #479232] |
Fri, 15 October 2010 07:55 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
FRM-40200: Field is protected against update.
Seems self-explanatory to me.
Your datablock item (or the datablock itself) has either insert_allowed or update_allowed set to false (or both).
|
|
|
|
|
Re: frm-40200 error in LOV [message #480148 is a reply to message #480146] |
Thu, 21 October 2010 08:08 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
kvkpraveen wrote on Thu, 21 October 2010 08:57Hi
Here both of them i set to true...
If you are still having the problem after doing this (or if they were set that way already), you will need to look for code that may be setting them to what cookiemoster mentioned.
|
|
|