preventing field from being updated in backend

preventing field from being updated in backend

javismilesjavismiles Posts: 205Questions: 38Answers: 3

I have a datetime field in a table, I do not want the value to be edited,
so I Set it to disable, and readonly etc, etc,
nothing, the editor form that opens, still resends it to database to be updated,
how can I prevent completely that field from going into the UPDATE instruction of the edit form?
thank u

Answers

This discussion has been closed.