Hi, I have a follow-up on Nilesh's original question. I am setting a state variable in a hidden form field. This form is LiveCycle Workflow enabled, so as it progresses through the workflow, I set the state accordingly. On the form:ready event for the 'state' form field, I test the state value. Depending upon the value, I set text field, dropdown list field access (either readOnly or open) per the examples above. The problem is, that these sets do not have any affect on the editability of the fields when it is rendered (using pdf preview).
Is the form:ready event the correct event to set editability on other fields in the form? It appears that the sets on the Object-Value palette/tab are the ones that are setting the editability.