Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Viewing all articles
Browse latest Browse all 10848

Can't make work SetExportValues method

$
0
0

trying to assign new values to radiobutton in Vbscript, but get a mistake:

"Invalid call procedure or argument"

Can't figure out what's the problem.

 

Set field =Form1.Fields("Radio")

Dim arrExportVal(1)

          arrExportVal(0)="Left"

          arrExportVal(1)="Right"

   field.SetExportValues arrExportVal

 

Thanks


Viewing all articles
Browse latest Browse all 10848

Trending Articles