disable table key field on Update
disable table key field on Update
Usualy i dont want change value of key field when editor open on Update button. Can i still showing but disable it when open Editor
This discussion has been closed.
Usualy i dont want change value of key field when editor open on Update button. Can i still showing but disable it when open Editor
Answers
I think what you are looking for is to use
fields.typeset toreadonlyandfields.submitset false. See the example in thefields.submitdocs.Kevin