gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 562
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: But I still can't get the Frame Types to work in C++ Use TfrxMemoView * Memo; Memo = (TfrxMemoView *)frxReport1->FindObject("Memo1"); Memo->Frame->Typ = TfrxFrameTypes(); Memo->Frame->Typ = Memo->Frame->Typ <<…
-
You may add all available TfrxMemoViews on band and then hide some memos in the band's OnBeforePrint
-
It seems you try to convert null value to integer (numeric formatting or calculations in the report's script). Create small demo project with problem based on standart Delphi's components and local database like MS Access mdb and send it to FR's sup…
-
wrote: I know how to set visible to individual field but that would take a lot of code. Show a sample of "lot of code"
-
Try to disable controls for your dataset
-
See a small demo project in the attach
-
Also try to use PDF printer
-
wrote: FastReport does not do this automatically? Yes, you should sort dataset wrote: But he should use this rule and add the expressions after the ORDER BY and then put the user fields Really? What about simple group sample with COP…
-
See a sample in the attach
-
FR5 works with Delphi7 too. Use Unicode fonts like Arial Unicode MS in the reports
-
Set name of parameter in the detail query = name of master key field
-
You can set TfrxPageFooter height in the main procedure of the script
-
Try to use FR 5.5.4 If problem still exists - create support ticket and send report template (fr3), prepared report (fp3)
-
Works OK in the FR 5.5 frxReport1.PreviewOptions.Zoom := 0.75; Â Â frxReport1.ShowReport();
-
Try to use additional empty TfrxReportPage with landscape orientation
-
Attach created report template (fr3) here
-
Use Engine.NewColumn in the script
-
Run FR's installer with "Run as administrator" option
-
Try to use TfrxReport.OnProgress, OnStartProgress, OnStopProgress events
-
No, you can't without changes of FR's sources procedure TfrxResources.Help(Sender: TObject); ... {$IFNDEF FR_COM} Â Â frxDisplayHHTopic(Application.Handle, ExtractFilePath(Application.ExeName) + FHelpFile + topic);Â Â //change this line {$ELSE} Â Â …
-
Try to convert RB to FR 5 (you may use FR 5 Trial) and then convert FR 5 to FR FMX
-
Attach your report template (fr3) and prepared report (fp3) here
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/12427
-
Download FR Trial https://www.fast-report.com/en/download/public_files/245/ and test it
-
FR5 have a new features, FR 4 don't know about these features, so this is expected behavior wrote: How Can I save the reports in the "old" format. Open FR5 report in the FR4, ignore all error messages and save it in the FR 4
-
Set TfrxPictureView.FileLink property
-
Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too), run FR's installer with "Run as administrator" option and install FR again
-
Yes
-
Use 5.4.7
-
See changes.txt wrote: 5.4.2 - Fixed numeric formatting in the XLSX export