Board index » delphi » Xerox WorkCentre XE80 doesn't print on 95/98

Xerox WorkCentre XE80 doesn't print on 95/98

Hi all.

I have a problem - my software prints fine on WinNT and does not print at
all on 95/98.
The problem is only using Xerox WorkCentre XE80, any other printers work
fine.
Even this code doesn't work on this printer:

with Printer do
begin
    BeginDoc;
    Canvas.Pen.Width := 10;
    Canvas.Ellipse(a, b, c, d);
    EndDoc;
end;

I have the latest version of driver, but it still does the same.
Maybe somebody can help me. Thanks.

Please copy your answer to s...@taxwise.com, sergt...@earthlink.net.

 

Re:Xerox WorkCentre XE80 doesn't print on 95/98


I have Xerox,too

If I print in it, QuickReport 3.05 -> CRASH

All ok, on another printer ( except HP.... )

Why ?

Quote
Victor Smith <Victor.Sm...@universalsystem.com> wrote in message

7tja93$2...@forums.borland.com...
Quote
> Hi all.

> I have a problem - my software prints fine on WinNT and does not print at
> all on 95/98.
> The problem is only using Xerox WorkCentre XE80, any other printers work
> fine.
> Even this code doesn't work on this printer:

> with Printer do
> begin
>     BeginDoc;
>     Canvas.Pen.Width := 10;
>     Canvas.Ellipse(a, b, c, d);
>     EndDoc;
> end;

> I have the latest version of driver, but it still does the same.
> Maybe somebody can help me. Thanks.

> Please copy your answer to s...@taxwise.com, sergt...@earthlink.net.

Other Threads