Hi there. Is there any javascrip to turn off only highlight colour of checkbox but leave other object (e.g. textbox fields) remained highlighted? I tried this one in docReady but did not work!
topmostSubform.Page1.CheckBox1[0]::docReady - (JavaScript, client)
Page1.CheckBox1[0].runtimeHighlight = false;
Another question: I have set a password in form security and when I tried to change the password and save the fillable form, it prompted me "failed to save the file". When did I miss?
Thanks.