Is there a way to script to change all of the text in a textField back
to text color black ("0,0,0") if a user has changed the text color using
the Form Field Text Properties Bar? It looks like that is done on a
separate layer?I tried this and it does not
work:Subform1.UpperSection.font.fill.color.value = "0,0,0";and I
tried:Subform1.UpperSection.font.color = "0,0,0";