Expand my Community achievements bar.

How to check a checkbox

Avatar

Level 1

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 form

I 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 me know how to solve this issue?

CAcroAVDoc  

Thank you

IAFormApp 

IFields  

IField

1 Reply

Avatar

Level 1

Hello,

Still searching for the same issue. Does anyone have a solution/fix for this?

Thanks