Hello Sergey
Thank's a lot for you reply
It work fine
Best regards
Search found 2 matches
- Tue Jun 02, 2009 8:33 am
- Forum: Support
- Topic: Insert a page break at runtime
- Replies: 2
- Views: 10214
- Mon Jun 01, 2009 11:04 am
- Forum: Support
- Topic: Insert a page break at runtime
- Replies: 2
- Views: 10214
Insert a page break at runtime
Hello,
I have to merge some rtf for a report. On the first page i want the name of the report a page break and on the following pages : file1.rtf, file2. rft....
I test this code with a TSRichViewEdit
myRtf.RichViewEdit.Clear;
myRtf.RichViewEdit.AddNL('My reportName', 0, 0);
myRtf.RichViewEdit ...
I have to merge some rtf for a report. On the first page i want the name of the report a page break and on the following pages : file1.rtf, file2. rft....
I test this code with a TSRichViewEdit
myRtf.RichViewEdit.Clear;
myRtf.RichViewEdit.AddNL('My reportName', 0, 0);
myRtf.RichViewEdit ...