2010/1/24 Yves COPPE <[email protected]>: > Hi list > > > I have a handler which ends with the standar print dlog > > open printing with dialog > if the result = "cancel" then > close stack "To_print" > exit to top > end if > print card "toDo" > close printing > > > I'd like to know how much copies the user mentions in the print DLOG > > is it possible ?
Hi Yves, Try : get the printCopies First you have to check that your printer manage copies like this : if "copies" is among the items of the printerFeatures then... HTH, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc _______________________________________________ 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
