gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 558
- Last Active
- Roles
- Members, FR Team
Comments
-
Add DetailData band to the report. Set DetailData.RowCount = 1 (this is necessary!) Set DetailData.RowCount := MasterData1OnBeforePrint event. Place TfrxMemoViews with MasterData.Dataset fields on the DetailData band. Set MasterData.Height to 0
-
FR Designer menu View-Editors configurator-TfrxMemoView-TfrxInPLaceDatafieldEditor - check evDesigner
-
FR Embarcadero demos in the attach
-
What FR's edition (Embarcadero, Standard, Professional, Enterprise) do you use?
-
FR 5 will not support 10.3. FR 6 with 10.3 support will be available during 1-2 weeks
-
FR 3 doesn't have Delphi 10.2 support
-
dmNone - duplex by default
-
Modify Engine.CurY in the script during preparing of report
-
Create small demo project with error and send it to support@fast-report.com
-
Add frxTrueTypeFont in the uses list
-
Fixed. Use latest FR 6.2.9
-
Yes, IIF is defined in the Fast Report
-
Create small demo project with error and send it to support@fast-report.com
-
Works OK for me. Try to repair your Delphi's installation
-
TfrxMailExport doesn't have SSL/TLS support. Use TfrxMailExport with MAPI/MS Outlook option or recompile FR's packages with indy support (uncomment {$DEFINE USE_INDY} in the frx.inc)
-
wrote: Are FR VCL 5 and/or 6 compatible with Delphi 2007? Yes
-
This is solution for FR's editions with sources (FR Professional or Enterprise). Try to use latest FR 6.2.3 and use AddIgnoreChecksum('Roboto Cn');
-
What product (FR.Net, FR VCL, FR FMX, FR Mono) do you use?
-
Engine.NewPage should add page break. You can't to change this behavior.
-
You may found DB engines for FR in the DevArt DACs
-
Send report template (fr3) and prepared report (fp3) to support@fast-report.com
-
Fixed. Will be available in the FR 6.2.3
-
FR's split pages automatically. You should FR's sources to change this behavior
-
frxReport1.PrepareReport; frxReport1.Print;
-
What export filter do you use?
-
Recompile.exe copy all bpls to windows\syswow64 folder with "Recompile all packages" option
-
Try to use FR for MyDAC (included in the MyDAC)
-
Try to use latest FR 6.2.1 - some fixes for Calibry font was made
-
You may set barcode's properties in the Object Inspector
-
FR's engine doesn't allow to change page's dimensions during report's preparing