Search found 20 matches
- Fri Mar 15, 2013 12:45 pm
- Forum: Support
- Topic: AddPictureEx at the right position - not to the end
- Replies: 2
- Views: 12082
- Fri Mar 15, 2013 12:33 pm
- Forum: Support
- Topic: AddPictureEx at the right position - not to the end
- Replies: 2
- Views: 12082
AddPictureEx at the right position - not to the end
Im searching a text (aText) in a RVReportHelper.RichView.RVData (aRVData) and try to replace it with an image (from aFileName). But my procedure puts the image to the end of the document... what can i use to insert the pic at the right position? procedure RVImportPic(aRVData: TCustomRVData ...
- Tue Feb 26, 2013 1:13 pm
- Forum: Support
- Topic: LoadRTF has bad Image quality
- Replies: 2
- Views: 11013
LoadRTF has bad Image quality
RichViewReportHelper.RichView.LoadRTF(filename);
If template file has an image, the quality of the image in the PrintPreview is clearly badly.
Do you know this problem? How can i fix it?
If template file has an image, the quality of the image in the PrintPreview is clearly badly.
Do you know this problem? How can i fix it?
- Tue Feb 19, 2013 7:34 am
- Forum: Support
- Topic: Printer Orientation after LoadRTF
- Replies: 7
- Views: 22450
Problem solved
instead of
Code: Select all
if RVRHMain.RichView.DocParameters.PageWidth > RVRHMain.RichView.DocParameters.PageHeight then
Code: Select all
if RVRHMain.RichView.Width > RVRHMain.RichView.Height then
- Mon Feb 18, 2013 1:36 pm
- Forum: Support
- Topic: Printer Orientation after LoadRTF
- Replies: 7
- Views: 22450
- Mon Feb 18, 2013 1:18 pm
- Forum: Support
- Topic: Printer Orientation after LoadRTF
- Replies: 7
- Views: 22450
Thks!
It work's
But i think you mean:
cause rv.docparameters dont have width & height!?
It work's
But i think you mean:
Code: Select all
if rv.Width>rv.Height then
- Fri Feb 15, 2013 1:34 pm
- Forum: Support
- Topic: Printer Orientation after LoadRTF
- Replies: 7
- Views: 22450
- Fri Feb 15, 2013 1:31 pm
- Forum: Support
- Topic: Save RichView with Header and Footer doesnt work
- Replies: 2
- Views: 11681
- Fri Feb 15, 2013 12:26 pm
- Forum: Support
- Topic: Printer Orientation after LoadRTF
- Replies: 7
- Views: 22450
Printer Orientation after LoadRTF
Is it possible to get the orientation after LoadRTF?
Code: Select all
RichVReportHelper.RichView.LoadRTF(filename);
Printer.Orientation := RichVReportHelper.RichView.DocParameters.Orientation;
- Fri Feb 15, 2013 12:02 pm
- Forum: Support
- Topic: Save RichView with Header and Footer doesnt work
- Replies: 2
- Views: 11681
Save RichView with Header and Footer doesnt work
I try to safe a rtf document RichViewMain.RTFOptions := RichViewMain.RTFOptions+[rvrtfSaveHeaderFooter]; RichViewMain.RTFReadProperties.SetHeader(RichViewHeader.RVData); RichViewMain.RTFReadProperties.SetFooter(RichViewFooter.RVData); RichViewMain.SaveRTF(FFileName, False); But in the saved file ...
- Wed Feb 06, 2013 12:33 pm
- Forum: Support
- Topic: take on format from RTF-File to ReportHelper to RichView
- Replies: 1
- Views: 9272
take on format from RTF-File to ReportHelper to RichView
Hi, Im loading a RTF file to a ReportHelper. After that I copy from ReportHelper to RichView. How is it possible to take on the formatting of the RTF document? // Load File in ReportHelper TRVReportHelper.RichView.Clear; TRVReportHelper.RichView.DeleteUnusedStyles(True,True,True); TRVReportHelper ...
- Mon Feb 04, 2013 12:22 pm
- Forum: Support
- Topic: How to get Header/Footer by TRVReportHelper
- Replies: 1
- Views: 9298
- Mon Feb 04, 2013 11:54 am
- Forum: Support
- Topic: How to get Header/Footer by TRVReportHelper
- Replies: 1
- Views: 9298
How to get Header/Footer by TRVReportHelper
I want to Load a rtf Document in three RVReportHelper (Main, Header & Footer). After that I want to show it on a Dialog (TQDARTFDialogDlg) with three RichViews on it. But in RichViewHeader / RichViewFooter i get the whole Document. What have I missed? procedure TForm1.Button1Click(Sender: TObject ...
- Mon Dec 10, 2012 9:24 am
- Forum: Support
- Topic: How to SearchText in RVReportHelper.RichView?
- Replies: 4
- Views: 15211
- Mon Dec 10, 2012 8:49 am
- Forum: Support
- Topic: How to SearchText in RVReportHelper.RichView?
- Replies: 4
- Views: 15211