what's the meaning of error 'Screen printer does not support printing.'
Hi,
I am using D6 sp2 + RB6.03
One of my customer complain he get the follow error when he try to preview
the report - 'Screen printer does not support printing.' But I can't repeat
this error in my machine. I look through the source code. it looks like:
In function:
function TppCustomPrinter.GetDC: HDC;
...
if FPrinting then
raise Exception.Create('Screen printer does not support
printing.')
But why just one screen to preview and my customer can get this error? Any
suggestion about that?
Thanks
Tao
I am using D6 sp2 + RB6.03
One of my customer complain he get the follow error when he try to preview
the report - 'Screen printer does not support printing.' But I can't repeat
this error in my machine. I look through the source code. it looks like:
In function:
function TppCustomPrinter.GetDC: HDC;
...
if FPrinting then
raise Exception.Create('Screen printer does not support
printing.')
But why just one screen to preview and my customer can get this error? Any
suggestion about that?
Thanks
Tao
This discussion has been closed.
Comments
the default device type will be screen. Make sure that the user has a
printer installed properly.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com