Avatar

Level 10

It is very simple .....you have to decide when you want to lock the fields (click of a button, filling of a field ...) This is called an event. On the event that you want to code against you add the code to lock the fields that you want. Each field would have one line of code like this:

The name of your field.access = "readOnly";

So if you wanted to lock 7 fields there woudl be 7 statements (one for each field)

Hope that helps

Paul