Problem with some epson printer

General TRichView support forum. Please post your questions here
Post Reply
skhabbaz
Posts: 4
Joined: Mon Jan 16, 2006 11:16 am
Location: FRANCE

Problem with some epson printer

Post by skhabbaz »

Hi,

We have problem with printers Epson stylus color 740, Epson stylus C84 series and Epson stylus C86 series.

A quick test can be perform with RichViewActionTest.
Add the 2 lines below with a font size 8 and go to print preview.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
abcdefghijklmnopqrstuvwxyz

There are many extra line feed on the second line.

We use Richview 1.9.15 on your application but the problem is present on the current action test demo.

According to Murphy's law, we must deliver our product today, so a quick response will be appreciate.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Set global variable RichViewSafeFormatting (CRVFData unit) to True.
Does it help?
skhabbaz
Posts: 4
Joined: Mon Jan 16, 2006 11:16 am
Location: FRANCE

Post by skhabbaz »

Setting this variable to true seems correct the problem.

Thanks.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

When this variable is true, TRichView uses alternative text formatting function. A bit slower, but (you can see) more reliable.
Post Reply