open printing, close printing, for print spool job

william humphrey shoreagent at gmail.com
Mon Dec 15 06:49:00 EST 2008


Thank you very much for the solution. I wish that had been in the RunRev
docs too! I had no idea about the "print break" command and would have never
figured it out without your help.

On Mon, Dec 15, 2008 at 1:17 AM, Jan Schenkel <janschenkel at yahoo.com> wrote:

> --- william humphrey <shoreagent at gmail.com> wrote:
> > Thanks. I will keep trying to figure out why it
> > doesn't spool for me...
> >
>
> Hi William,
>
> I don't see a 'print break' anywhere - which means
> that every card you print is printed on the same page,
> on top of the previous one.
>
> ##
> on printSomeCards
>    global cardsToPrint
>    open printing with dialog
>     if the result is "Cancel" then exit printSomeCards
>     repeat with x = 1 to the number of lines of
> cardsToPrint
>       print card (line x of cardsToPrint)
>       print break
>     end repeat
>    close printing -- send group of cards to printer
> end printSomeCards
> ##
>
> HTH,
>
> Jan Schenkel.
>
> Quartam Reports & PDF Library for Revolution
> <http://www.quartam.com>
>
> =====
> "As we grow older, we grow both wiser and more foolish at the same time."
>  (La Rochefoucauld)
>
>
>
> _______________________________________________
> 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