How to save a tabular form when a column/field is disabled programatically?
PaulPApr 10 2012 — edited Apr 10 2012I have a TABULAR form and I programatically disable an LOV which is driven by a value in another column. Problem is that I now cannot save the form if there is a disabled value. Does anyone know a workaround? readOnly does not work on LOVs.
ERROR returned is
Error in mru internal routine: ORA-20001: Error in MRU: row= 0, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process. current checksum = "12A71A60A572955F7F061A681821CB8B", item checksum = "C45ED7F4774B99EDCE0683FD99A7D729"., update "ALLG"."TIS_LOV_TISSUE" set "LTS_ID" = :b1, "LTS_PARENT_ID" = :b2, "LTS_CODE" = :b3, "LTS_DESCRIPTION" = :b4, "LTS_POSITION" = :b5, "LTS_ATTRIBUTE" = :b6, "LTS_COLOUR" = :b7
thanks
PaulP