|
Posted by enkil on 10/06/07 04:21
On 5 oct, 16:36, drec <dre...@gmail.com> wrote:
> I currently have a script together that will display one record per
> page and allow the user to manually click through pages to view the
> next record. How can I translate this to printing the data? I want
> to be able to print the data one page at a time, but only send one
> print job to do this?
>
> I have never done this before, but would imagine it is possible.
You can do the following, if u can know all the page layouts, and then
put them insinde and array, then u can loop one by one, then, you can
migrate the array to javascript, where u have the window.print()
function, i havent try that function with params but i guess you can
pass some params (like a page layout) to window.print() function.
staccato_enkil@hotmail.com
[Back to original message]
|