Thread: printer object
View Single Post
  #1 (permalink)  
Old 07-24-2008, 01:05 AM
=?Utf-8?B?SlN0cmluZw==?=
 
Posts: n/a
printer object

I don't know if this is possible, but I need to get the name of the printer
that a user sends a report to. I have tried using
Application.printer.devicename in the Page event of a report to do this, but
it will only return the name of the default printer, not the printer that was
selected after using File -> Print.

Does anyone know of a way to do this?

Thanks in advance.
Reply With Quote