Alaska Software Inc. - QuickPDF Radio Button.
Username: Password:
AuthorTopic: QuickPDF Radio Button.
Itai Ben-ArtziQuickPDF Radio Button.
on Tue, 03 Oct 2017 23:48:27 -0700
Hi,
I am using QuickPDF (DeBenu) to fill a PDF form and all is working well 
except checking a radio-button.
What is the correct syntax to check the first radio-button in the following 
group:
       
Field10: form1[0].#subform[0].period_1[0]
Field 11: form1[0].#subform[0].period_1[0].PaymentPeriodM[0];    Value=Off
        11:1. Off
        11:2. 0
        11:3. 1
Field 12: form1[0].#subform[0].period_1[0].OtherSpecify[0]
       
Many thanks,
-Itai
Klaus OverhageRe: QuickPDF Radio Button.
on Mon, 09 Oct 2017 11:00:11 +0200
Hi,

what version you use ? Version 13.12 has problems with radio buttons.
with version 1311 it should work.

Am 04.10.2017 um 08:48 schrieb Itai Ben-Artzi:
> Hi,
> I am using QuickPDF (DeBenu) to fill a PDF form and all is working well 
> except checking a radio-button.
> What is the correct syntax to check the first radio-button in the 
> following group:
>        
> Field10: form1[0].#subform[0].period_1[0]
> Field 11: form1[0].#subform[0].period_1[0].PaymentPeriodM[0];    Value=Off
>         11:1. Off
>         11:2. 0
>         11:3. 1
> Field 12: form1[0].#subform[0].period_1[0].OtherSpecify[0]
>        
> Many thanks,
> -Itai