Hi. I have a form that has a field, EmpNbr, appearing twice. The two fields share the same name with Data Binding set to Use Global Data. I don't want the second field to be enterable so I set the field to protected using FormCalc, see clip below. When viewing the form in Preview PDF it is indeed protected, the cursor skips the field. However, both fields show the literal protected as the initial field value. Why is the literal protected being populated and how can I prevent it?
If I change the access to readOnly, that becomes the initial value.
It doesn't help if I change FC to JS.
Below is a clip of the access command --
topmostSubform.Page1.EmpNbr[1]::calculate - (FormCalc, client)
$.access = "protected"
Thanks for any insight.
Gary