Auto pagebreak

General TRichView support forum. Please post your questions here
Post Reply
pawnflakes
Posts: 49
Joined: Thu Jan 03, 2008 6:11 pm
Location: South-Africa

Auto pagebreak

Post by pawnflakes »

Hi

I am planning to purchase TRichview. I would like to know if you are planning to implement auto-page breaks in the future - that is, like in word, a page break gets added when the end of the previous page gets reached? Scalerichview has this feature but I need it for TDBRichview. I really need this feature and i'm sure others as well.

Thank You
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

ScaleRichView includes a DB component too (TDBSRichViewEdit).

I am not sure that do you meand by auto-page breaks. Do you want to display page breaks? I am afraid this cannot be implemented efficiently in TDBRichViewEdit. Page breaks can be displayed only when the document is formatted for printing (in TRVPrint). If you will call RVPrint.FormatPages; DBRVE.AssignSoftPageBreaks(RVPrint) in DBRVE.OnChange, the editing will be too slow, it is acceptable only for small documents.
pawnflakes
Posts: 49
Joined: Thu Jan 03, 2008 6:11 pm
Location: South-Africa

Post by pawnflakes »

Call me stupid but I just downloaded the latest trial version - there is no sign of TDBSRichViewEdit. Where can I get it? TDBSRichViewEdit will solve all my problems..

Thank You
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, TDBSRichViewEdit is not included in the trial. It was introduced in newer version, and currently available only for registered users.
We are working on a new trial, but it may take some time to complete.
Post Reply