Dear Support
Is it possible to set edit page fields dynamically to 'read only' in the event 'Edit Page: On Load' based on another field value/condition?
I think NOT possible and only by manually coding asp (which could be easier) as assume the code 'if GetEditFormat(sFieldName) <> EDIT_FORMAT_READONLY then' to create read only fields is hard coded and GetEditFormat(sFieldName) reads from file and not memory so can't be updated dynamically.
Any suggestions appreciated.
Thanks
Chris