You must have a kids array. To create your fields use RadioCheckField.

----- Original Message ----- 
From: "AAA AAA" <[EMAIL PROTECTED]>
To: <itext-questions@lists.sourceforge.net>
Sent: Tuesday, August 09, 2005 8:49 PM
Subject: [iText-questions] form field duplication


> Hi,
>
> I tries to repeat a checkbox with the same name on every page of my
> document.
>
> The first page looks and works fine. Others are blank and their checkbox
> looks like invisible and have no even asigned field name.
>
> I use this code on each page
>
> PdfAcroForm form = writer.getAcroForm();
> ...
> form.addCheckBox("field1", "On", false, lx, by, lx + 20, by + 20);
>
> What's wrong?
>
> Thanks
>
> _________________________________________________________________
> FREE pop-up blocking with the new MSN Toolbar – get it now!
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle
Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to