Question
possible cfdocument header/footer bug in CF8
All-
I'm experiencing a problem with header and footers containing dynamic/
query variables in the header/footer text. The header and footer are
sort of being cached or not being updated appropriately when a query
variable is inserted into the content of the header or footer. The
code below will generate a PDF with the header and footer duplicating
the qryReps.rep_name from the last record across all document
sections/pages.....its not showing the showing the correct qryReps.rep_name for
the particular record in that loop. SO, if the last record in the
query is "John Doe", the header on EVERY PAGE shows "Header: John
Doe". Anyone have any ideas??? Any input would be appreciated!!!
NOTE: RUNNING ON CF8
I'm experiencing a problem with header and footers containing dynamic/
query variables in the header/footer text. The header and footer are
sort of being cached or not being updated appropriately when a query
variable is inserted into the content of the header or footer. The
code below will generate a PDF with the header and footer duplicating
the qryReps.rep_name from the last record across all document
sections/pages.....its not showing the showing the correct qryReps.rep_name for
the particular record in that loop. SO, if the last record in the
query is "John Doe", the header on EVERY PAGE shows "Header: John
Doe". Anyone have any ideas??? Any input would be appreciated!!!
NOTE: RUNNING ON CF8