PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________

Hi John,
I do this in several applications. I just cycle through the records like
this.

Step 1 - Open database
Step 2 - Get first record.

Step 3 - open blank PDF form
Step 4 - populate form
Step 5 - print form
Step 6 - close form without saving (or you could save it with a
different name)
Step 7 - get next record 

If not EOF 
        Go to step 3
Else
        Close database
        exit
Endif



Is this what you want to do? Or am I missing something?

HTH

David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]


-----Original Message-----
From: JOHN HILL [mailto:[EMAIL PROTECTED]
Sent: Monday, April 26, 2004 6:49 AM
To: [EMAIL PROTECTED]
Subject: [PDF-Forms] Recurring Pages


With my organization, we are wanting to print the same form multiple
times with different information, similar to a mail merge in Word. The
number of entries will vary. I think I've figured out how to create the
form dynamically from the info in the FDF toolkit, I'm just curious as
to how to go about populating the fields. For example, if a field is
labeled FirstName, then every field with that label will have the same
value.

How, then, can I get the information on the second page to be different?
In other words, how would I get the field FirstName on page two to have
a different value that FirstName on page one?


~John Hill
Dallas County Schools



To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html


To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html

Reply via email to