printing a multi page query list
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
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
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.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.