Choosing printer in client computer
I need an application to choose a specific printer in a client computer (not the server) for printing reports. Internet explorer uses register entries to configure the default printer, but the problem is that an external script would do this changes in the server, not the local computer. Or should I just give up trying to use Zope and use an external utility (MS Access perhaps) to manage the printing part of the application? -- View this message in context: http://www.nabble.com/Choosing-printer-in-client-computer-tp16130952p1613095... Sent from the Zope - General mailing list archive at Nabble.com.
--On 18. März 2008 14:16:54 -0700 rieh25 <robertoedwins@gmail.com> wrote:
I need an application to choose a specific printer in a client computer (not the server) for printing reports. Internet explorer uses register entries to configure the default printer, but the problem is that an external script would do this changes in the server, not the local computer. Or should I just give up trying to use Zope and use an external utility (MS Access perhaps) to manage the printing part of the application?
Client-side printing functionality has absolutely nothing to do with Zope. -aj
You've seen Andreas response already so I'm not going to repeat that. I don't think the browser will ever have access to these settings. Imagine if it did, it could open up a world of security risks for just using a normal web page. On 18/03/2008, rieh25 <robertoedwins@gmail.com> wrote:
I need an application to choose a specific printer in a client computer (not the server) for printing reports. Internet explorer uses register entries to configure the default printer, but the problem is that an external script would do this changes in the server, not the local computer. Or should I just give up trying to use Zope and use an external utility (MS Access perhaps) to manage the printing part of the application? -- View this message in context: http://www.nabble.com/Choosing-printer-in-client-computer-tp16130952p1613095... Sent from the Zope - General mailing list archive at Nabble.com.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
participants (3)
-
Andreas Jung -
Peter Bengtsson -
rieh25