Search found 7 matches
- Tue Nov 06, 2018 2:33 pm
- Forum: Support
- Topic: Get TRichView object data size
- Replies: 2
- Views: 13202
Re: Get TRichView object data size
Sorry, for TRichViewEdit class
- Tue Nov 06, 2018 2:30 pm
- Forum: Support
- Topic: Get TRichView object data size
- Replies: 2
- Views: 13202
Get TRichView object data size
Hello!
How to calculate amount of memory that using by implantation of TRichView object?
How to calculate amount of memory that using by implantation of TRichView object?
- Mon Oct 29, 2018 9:09 am
- Forum: Support
- Topic: Duplex printing error
- Replies: 3
- Views: 14375
Duplex printing error
Hello! Thanks for helping to solve the print header/footer problem. In our extended version of RichView (15.1.2), an error occurred in two-sided printing (duplex) for multiple copies. The error appears in the module SRVPrint.pas The TSRVPrint.PrintPages procedure does not use the TDeviceMode ...
- Wed Jul 25, 2018 8:35 am
- Forum: Support
- Topic: TRVReportHelper DrawPage do not draw "page header"
- Replies: 6
- Views: 20127
Re: TRVReportHelper DrawPage do not draw "page header"
Thank you for our answer! I work for a company that creates a Medical Information System. The system has been working for more than a decade and a large number of programmers took part in its writing. The RichView component is redesigned to meet our needs. In this regard, I'm not sure that the ...
- Mon Jul 23, 2018 3:05 pm
- Forum: Support
- Topic: TRVReportHelper DrawPage do not draw "page header"
- Replies: 6
- Views: 20127
Re: TRVReportHelper DrawPage do not draw "page header"
After more thorough testing, I find errors for files for which headers/footers were specified - only on the last, or on the first and last page.
How to fix it?
Alexander.
How to fix it?
Alexander.
- Mon Jul 23, 2018 10:20 am
- Forum: Support
- Topic: TRVReportHelper DrawPage do not draw "page header"
- Replies: 6
- Views: 20127
Re: TRVReportHelper DrawPage do not draw "page header"
Hello!
Many thanks for the detailed answer.
Based on the examples provided by you, I wrote a function that converts RTF files to PDF.
The function works for both normal RFT files and for files with headers/footers.
Could you see at my function? Have I done everything right?
Attached:SynRTF2PDF.pas
Many thanks for the detailed answer.
Based on the examples provided by you, I wrote a function that converts RTF files to PDF.
The function works for both normal RFT files and for files with headers/footers.
Could you see at my function? Have I done everything right?
Attached:SynRTF2PDF.pas
- Fri Jul 20, 2018 9:03 am
- Forum: Support
- Topic: TRVReportHelper DrawPage do not draw "page header"
- Replies: 6
- Views: 20127
TRVReportHelper DrawPage do not draw "page header"
Hello! I use TRichView (15.1.2) and Synopse PDF engine to convert RFT file to PDF. I use your's example: ........ procedure DrawPage(rvh: TRVReportHelper; PageNo: Integer; R: TRect); begin rvh.DrawPageAt(....... end; ........ But when I try to convert file with page header/footer I get PDF file ...