Page 1 of 1

printing problem

Posted: Thu Jan 26, 2006 11:19 am
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.

Posted: Thu Jan 26, 2006 3:20 pm
by Sergey Tkachenko
May be the problem is in printer driver or its settings? Try to update it on the problematic computer.

Posted: Fri Jan 27, 2006 8:31 am
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: