Hello,I am using the interapplication communication API classes from my
c# program. I read an previously generated xml and write the data to the
live cylce pdf formI use the below classes and use the IField.value(
myField.Value = xmlcolValue;) to write to the form. It works fine for
all the text boxes, But is not writting/selecteing/checking the
checkboxes.I have tried using the IFeild.setExportValues(..) but it
gives me an error "Security setting prevent me from doing that".Could
you please let...