gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 577
- Last Active
- Roles
- Members, FR Team
Comments
-
You may select any folder during FR's installation
-
See a small demo project in the attach https://forum.fast-report.com/en/uploads/427/BHS844CYUHY2.zip
-
Set full permissions for all users for C:\Program Files (x86)\FastReports\FastReport FMX Embarcadero edition\LibD27 folder
-
Create small demo project and send it to support.com
-
Assign query parameter with report variable, set report variable in the Delphi's code frxReport1.Variables.Variables['YourTextVarName'] := '''' + 'test' + ''''; frxReport1.Variables.Variables['YourIntregerVarName'] := 123;
-
See a sample in the attach https://forum.fast-report.com/en/uploads/007/79IA7ZHH6983.zip
-
You can resort preview pages after report's preparing: var i, j: integer; page : TfrxReportPage; begin frxReport1.PrepareReport(); j := frxReport1.PreviewPages.Count div 2; page := TfrxReportPage.Create(nil); for i := 0 to j - 2 d…
-
“ExpressionDelimiters” the key to this? Yes, use chars which will not used in the text
-
0.46 or 2.5 pixels is too small. Use 2.5 * fr1cm
-
Try to use TfrxUserDataset
-
Use if (MethodName == "FRFILEEXISTS") { instead of if (MethodName == "FrFileExists") {
-
Try to use in the MasterData2.OnAfterCalcHeight: if Engine.FreeSpace < MasterData2.Height + ReportSummary1.Height + 0.0001 then Engine.NewPage; Engine.CurY := Engine.CurY + Engine.FreeSpace - (MasterData2.Height + ReportSummary1.Height + 0.0001);
-
No, TfrxPDFExport doesn't have such feature
-
Send your current report template (fr3) and prepared report (fp3) to support.com
-
Use TfrxOverlay band
-
Try to set text height for TfrxRichView.RichEdit
-
Uninstall FR, install it again, remove all pas files from FR's LibDXX folder, run FR's recompile.exe and recompile all FR's packages
-
Use INSERT statement in the TfrxADOQuery. Use frxADOQuery1.ExecSQL to execute this query
-
Latest FR FMX 2.7.1 have Delphi 10.4 support
-
If you are use FR 5 - try to change TfrxFDQuery.SQL instead of parameters
-
What does testing of values means? Any test system can't to detect wrong expression. If you want to detect changes - use Git or SVN or any file compare tool
-
Use different datasets (original and copy)
-
Do you use fofferent datasets for each TfrxLookupComboBox?
-
Use latest FR 6.7.3
-
Do you have LibD27x64 folder?
-
You may sort your dsPtnResult dataset. Add new field for sort order and sort dataset by this field
-
Create small demo project with error and send it to support.com
-
What do you want to test in the preview?
-
Set TfrxReportPage.Columns instead of TfrxBand.Columns, but this setting will be fill by whole page's height
-
Try to use absolute path to DataDasarRJ.fr3