I use Coldfusion to create a PDF file from a query. Everything works
fine, except that my PDF file only shows the first record from my
query. If I use the cfoutput tag to display the same query, there is no
problem and I can get all records from the query. How can I do to make
my PDF file display all records from the query?