I would like to be able to generate a pre-filled form from a
database.The problem I am having is getting all the rows from the table
when necessary. When there are multiple rows I am only able to fill and
print a single page .PDF form with the first row returned. I would like
to have all the rows in the .PDF form for printing.In other words, if
there are 3 rows in my table I would like to generate one .PDF file
containing 3 pages and be able to print all the pages in the file.I am
using an SQL S...