Hi
I have a form with approx. 60 fields on (mainly text - some combo)
When the user enters a completion date, I have the form running a function which says
allowedits = false
The problem is I want one of the text fields to remain editable?
I know I could say, for each of the fields
me.field.locked = true
bar the one field, but that seems long-winded
any ideas?
Ta
Connor
I have a form with approx. 60 fields on (mainly text - some combo)
When the user enters a completion date, I have the form running a function which says
allowedits = false
The problem is I want one of the text fields to remain editable?
I know I could say, for each of the fields
me.field.locked = true
bar the one field, but that seems long-winded
any ideas?
Ta
Connor