[stackoverflow] [progress Openedge Abl] How Do I Fill Out Fillable Pdf Form Fields Using 4gl?

Status
Not open for further replies.
J

John Haffenreffer

Guest
I have a PDF form that I'm filling out with data using progress-4gl. To date, I've been only filling in text fields using the following syntax:

put stream stream1 unform
"^global CHX_SINGLE_CE_PLAN3" skip(0)
"X" skip


CHX_SINGLE_CE_PLAN3 is the field name...

This code works when dealing with text fields but I'm trying to check a box instead of fill in a text field. I cannot find any documentation on this. Is checking a box on a fillable pdf form even possible with 4gl?

Continue reading...
 
Status
Not open for further replies.
Top