gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: It would also be nice if this could be set as default in the future versions. You should think before posting your messages
-
wrote: Is it possible to use SQL's IN condition without writing dynamic SQL in code? No, it's not possible
-
Set TfrxMemoView.Printable to False
-
wrote: Is there an alternative solution? PDF Printer?
-
See a report template in attach - all works OK
-
Check FR TeeChart design-time package in IDE (menu Component - Install Packages)
-
wrote: I want to use the runtime designer to allow our customers to modify their report. Well, most of the settings in the object inspector and most of the tabs in the data tree our customers don't need. I want the things they don't need to be inv…
-
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