gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 556
- Last Active
- Roles
- Members, FR Team
Comments
-
create small demo project with error and send it to support.com
-
IMHO create small demo project with "bug" and send it to support.com
-
Try to set TfrxReportPage.PageCount
-
Create small demo project with problem and send it to support.com
-
See FR's demo uses list and add same units to your application usses list
-
Set TfrxReportPage.PaperSize to A4
-
https://forum.fast-report.com/en/uploads/775/VUJTFT77YF13.zip See small demo project in the attach
-
Try to comment first two lines of the script
-
Mouse wheel always activated when you are use standard preview (not TfrxPreview) See https://www.fast-report.com/publicdownload/html/ProgMan/creatingacustompreview_window.htm if you are use TfrxPreview
-
Set Page1.TitleBeforeHeader to False
-
Fixed. Will be available in the next build
-
Try to build application without run-time packages or add fs26.bpl in the run-time packages list
-
Try TfrxMemoView(frxReport.FindObject('Memo1')).Text := 'daily report from ' + FormatDateTime('dd.mm.yyyy', now);
-
Try to use Trunc(<YourDatasetName."YourFieldName">) as group condition
-
No, FR FMX doesn't have such feature
-
Try to use TfrxMemoView.CalcWidth function
-
Fixed. Will be available in the FR 2.7.3
-
Run installer to uninstall previous version of FR. Use "Run as administrator" option Install all updates for Delphi Download latest FR's build and run installer with "Run as administrator" option
-
Send small demo project to support.com
-
Yes. It works with FR 4
-
Use text DFM, not binary DFM
-
Try to set Report.EngineOptions.DestroyForms to False
-
Find barcode component with GS1-128 Datamatrix barcode support, generate barcode as image and then use this image in the TfrxPictureView. Try also to use FR 6
-
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…