Avatar

Level 10

Hi,

This looks like code from an AcroForm.  A Designer form does not have a getField method, try something like;

xfa.resolveNode("checkbox"+1).rawValue

And at the end use;

this.rawValue = s;

Code in a calculate event does not seem to report any errors, try testing it in a click event

Regards

Bruce