gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
You should place stretched TfrxRichView on stretched band with AllowSplit = True
-
What result did you get when create new project? Is TeeChart for FR available?
-
wrote: How could it be implemented? I think this can't be implemented
-
Can you attach small simple Delphi project with problem?
-
wrote: How can I use the TfrxRichEdit control inside a FastReport which has the ability to use the AutoURLDetect property from the underlying RxRichEdit and of course to click inside the Report Preview on these URLs and using a event to react on t…
-
Do you have installed TeeChart in IDE? What TeeChart version?
-
PDF export doesn't support haBlock horizontal align
-
attach your report template (fr3) and saved preview pages (fp3) here
-
wrote: Is there a specific setting to export at maxium quality? No. Quality and PrintOptimize only
-
Use frxReport1.SaveToStream(MemoryStream); MemoryStream.Position := 0; frxReport2.LoadFromStream(MemoryStream);
-
wrote: The second report overwrites the first instead of appearing in a new preview window. My code should add second report to first. You can use only one preview for one TfrxReport instance
-
Change frxPreview.pas: constructor TfrxPreviewWorkspace.Create(AOwner: TComponent); begin   inherited;   FPageList := TfrxPageList.Create;   OnDblClick := PrevDblClick;   FBackColor := clGray;   FFrameColor := clBlack;   FActiveFrameCol…
-
FR PDF export filter doesn't support PDF/A format. Wait for FR5 or use PDF printer
-
wrote: Where did the 1.frs and 2.fr3 files you are loading come from? Application folder wrote: If they are the report design saved to a file does this mean I need to save, and distribute, as many duplicate copies of my report as there ar…
-
Set TfrxGroupHeader.Condition property
-
wrote: I think it might be possible to do it by putting the StudentID into the tagstr of the relevant memo in Row0OnBeforePrint event and then copy it from there to the cell's TagStr in the OnPrintCell event but I have no idea of the syntax to do …
-
I think you should set UseMAPI property to True
-
wrote: The report is then shown using ShowReport(true); Use frxReport1.LoadFromFile('1.fr3'); frxReport1.PrepareReport(True); frxReport1.LoadFromFile('2.fr3'); frxReport1.PrepareReport(False); frxReport1.ShowPreparedReport;
-
Try dynamically fill Tfrxreport.Datasets and TfrxReport.EnabledDatasets
-
It seems some old FR packages still exists in your system Try to reinstall FR, remove all FR's folders and install FR again
-
Try to download FR 4.13 again and use recompile.exe to change TeeChart version
-
You should remove previous version of FR first
-
Use latest 4.13
-
Try frxReport1.Script.Find
-
It should work. Also try to use latest 4.13
-
Try frxPDFExport1.Quality := 100; Â Â Â Â frxPDFExport1.PrintOptimized := True;
-
Did you change tee.inc?
-
wrote: I tried to duplicate the issue. But creating a user function still doesn't fix it. Show your code here
-
wrote: System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\FastReports\FastReport 4\LibD17\dclfrxTee17.vrc' is denied. Set permissions for all access for all users for C:\Program Files (x86)\FastReports\FastReport 4…
-
Uninstall FR, install FR again and remove frxpnglang.pas, frxpngimage.pas from LibD9 folder