We finally have most of the the functionality of John A. Nairn's wonderful Printreport from 1989. Does anyone remember the XCMD? It was invaluable to me for the A&M Tape copy system project. Along with Compilit and Windowscript, I felt like I could build anything in xTalk. Now I have it all in 3 platforms!

I have an application which prints to an A4 printer and to a label
printer. Previously, I have had to make the users go through Page
Setup and Print dialogs every time the printer changed. Now I can do
the following which I thought others might be interested to see.

One off page setup for each printer:

    set the printersettings to the cPrintSet["A4"] of this stack
    answer page setup
    put the result into tRes
    if tRes is empty then
        set the cPrintSet["A4"] of this stack to the printersettings
    end if
..



Cheers,
Sarah

--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to