Question
Read only Text Field becomes focused and tabs back to the first field in the tab order
I have a Text field that has this validation script:
this.getField("CREDITRow1").readonly= (Number(event.value)>0);
When you enter a value you in the field and click tab it goes to the next field, which is the field that becomes read only. If you then tab from that field it tabs to the first field in the tab order instead of the next field in the tab order.