printing problem

General TRichView support forum. Please post your questions here
Post Reply
penov
Posts: 20
Joined: Mon Jan 23, 2006 12:21 pm
Location: Russia, Moscow

printing problem

Post by penov »

The problem is as follows: The document contains a text and some tables, altogether 3 pages. When printing this document from my computer (Win2003 Server, Eng) everything is printed correctly. When other users try to print the document from the their computers (Win2000 Professional, Rus) only a half of the first page is printed, one table is missed, also an image and some details (like a horizontal line) are not printed either. I.e. the document is printed partly. There is one network printer is used all the time. In preveiw everything is shown correctly in all computers. When copied to a Word the document is printed correctly.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

May be the problem is in printer driver or its settings? Try to update it on the problematic computer.
penov
Posts: 20
Joined: Mon Jan 23, 2006 12:21 pm
Location: Russia, Moscow

Post by penov »

i found the problem.
i removed next code:
RVPrint.rv.Options:=RVPrint.rv.Options+[rvoFastFormatting];
and i removed TRVPrint.OnPagePostpaint event.
but i dont know why it helps me :cry:
Post Reply