open printing, close printing, for print spool job

william humphrey shoreagent at gmail.com
Sun Dec 14 15:00:51 EST 2008


Thanks but I'm looking for:


> open printing
>  repeat with x = 1 to the number of lines of cardsToPrint
>    fillCardData (line x of cardsToPrint) -- load the fields here
>    print this card -- which now contains new data
>  end repeat

close printing

>
> And to have the printed cards all spool before printing. If you print to a
> PDF then it would be a multiple page PDF. In the docs this should work but
> for me only the last page is printing unless I do this:


 open printing

>  repeat with x = 1 to the number of lines of cardsToPrint
>    fillCardData (line x of cardsToPrint) -- load the fields here
>    print this card -- which now contains new data

close printing

>  end repeat


But then each card prints individually... not what I wanted.

>
> --
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.bluewatermaritime.com



More information about the use-livecode mailing list