Hrishikesh - Thursday, July 5, 2012 5:36 AM:
Hi all,
I want to make a FieldType "Item" readOnly Onlock of Item through Code.Below is the Successfully working code with the FieldType "Text" ,document.forms.MainDataForm("name").disabled=true;document.forms.MainDataForm("name").readOnly=true;I am executing the above code onFormPopulated of the Form.Not able to do with the FieldType "Item" as readOnly.please guide me as early as possible.ThanksHrishikesh