Skip to main content
Inspiring
October 19, 2010
Answered

printing a multi page query list

  • October 19, 2010
  • 1 reply
  • 483 views

does any know of a way to print the entire query list when it spans 3 web pages? I have not found anything on printing the whole list at once?

Thanks

Jim

    This topic has been closed for replies.
    Correct answer ilssac

    Define "3 web pages".

    Do you mean that you have a web user interface that breaks up a larger record set and "paginates" it?

    If that is the case, then you just need to create another web page view that does not paginate the data, and let users "print" from that view.

    If you have not paginated the data, then what is the difficulty?  The nominal, simple way to output a complete record set in one <cfoutput..> loop on a single web page would do this by default.

    Message was edited by: ilssac  P.S.  In other words, providing some insight into what your output, code and|or error actually looks like would make this much easier to answer.

    1 reply

    ilssac
    ilssacCorrect answer
    Inspiring
    October 19, 2010

    Define "3 web pages".

    Do you mean that you have a web user interface that breaks up a larger record set and "paginates" it?

    If that is the case, then you just need to create another web page view that does not paginate the data, and let users "print" from that view.

    If you have not paginated the data, then what is the difficulty?  The nominal, simple way to output a complete record set in one <cfoutput..> loop on a single web page would do this by default.

    Message was edited by: ilssac  P.S.  In other words, providing some insight into what your output, code and|or error actually looks like would make this much easier to answer.

    rockhikerAuthor
    Inspiring
    October 19, 2010

    Yes it would have better to include the code and be more specific

    You answered my question, my results are paginated.

    Thanks