Need to allow user to update data [message #356538] |
Fri, 31 October 2008 01:23  |
h_jitendras
Messages: 36 Registered: October 2006
|
Member |
|
|
Hi,
We have Forms 6i wherein in a particular form, we disable the fields after a user enters the reqd. information in them and saves them in the database.
If we want to update the information in those fields in that form again, we get the message "This is a non-updateable field.Please check that you are logged in correctly".
We have only one datablock in the form and all the items are in this one block.
I'm not able to make out what trigger/block properties would cause this behaviour of not allowing to update any of the items in that block?I checked the data block properties it says both Insert/update allowed as "yes".
|
|
|
|
|
|
Re: Need to allow user to update data [message #356557 is a reply to message #356538] |
Fri, 31 October 2008 02:38   |
rajy_salim
Messages: 204 Registered: January 2008 Location: Beirut - Lebanon
|
Senior Member |
|
|
Dear,
How are you trying to update these disabled fields? A disabled field cannot be updatable unless you enable it again.
If you are doing that, somewhere somehow, you must set the UPDATE_ALLOWED property to TRUE again.
Rajy
|
|
|
|
Re: Need to allow user to update data [message #356568 is a reply to message #356557] |
Fri, 31 October 2008 03:53   |
h_jitendras
Messages: 36 Registered: October 2006
|
Member |
|
|
It happens something like this:
First the fields are enterable and once they are entered and saved,the fields become grayed out(not allowing anything to update any field).I need to change this behavior...is there some property at the form/block level which allows to unset this behavior?
|
|
|
|