Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
At present readonly is a type, it would be great if this could become an attribute.So you could have a lookup field and click it as read-only, or have a custom format and have that as read-only?Steve
Steve,you can make any control readonly in runtime using java script:
document.getElementById('valueFieldName').disabled = true;
Understood, would be nice to just add a tick though?(Guess this proves I'm a lazy developer!!!)