I am having trouble generating a PDF that will add rows depending on the
amount of records in my SQL Table. For example i am trying to generate a
billing report on a monthly cycle. The data which i have in the table is
for a certain client with a date range from 01/01/2010 - 01/31/2010. I
need the table to gennerate rows for 15 different days and all i seem to
get is the last record. Here is my Coldfusion Code SELECT * From
BillingRecord
The PDF itself is saved as a Static F...