In Editor, I need some fields to be read only for editing, but read/write when adding a New record.
In Editor, I need some fields to be read only for editing, but read/write when adding a New record.
worldroamer
Posts: 10Questions: 3Answers: 0
If I were editing say a customer table, I would like to prevent the Customer Code from being changed, yet on adding a new customer, I will want to enter the Customer code.
So, In Editor, I need some fields to be read only for editing, but read/write when adding a New record.
Is there a way to do this, and if so, could you point me to an example please.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This example from this thread should get you going - it's disabling the "age" field on the edits,
Colin
Thanks Colin.