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
Auto pagebreak
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
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.
-
- Posts: 49
- Joined: Thu Jan 03, 2008 6:11 pm
- Location: South-Africa
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: