gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 556
- Last Active
- Roles
- Members, FR Team
Comments
-
Set Page1.LargeDesignHeight = True ans use chain of child bands
-
Create small demo project and send it to support.com
-
FormMain.frxDesigner.OpenDir := sMapWRISTBAND; FormMain.frxDesigner.SaveDir := sMapWRISTBAND; FormMain.frxReportWristband.Clear; FormMain.frxReportWristband.PreviewOptions.Zoom := 1; FormMain.frxReportWris…
-
Do you use FR 6 VCL?
-
Can you attach pdf (not from FR) which works OK with form field with center vertical alignment?
-
What result do you get if use report without barcode?
-
Use <Sales."Company"> + ' ' + <Sales."Addr1"> outline expression
-
Attach your report template (fr3)
-
Create small demo project with error and send it to support.com
-
Send your report template (fr3) and prepared report (fp3) to support@fast-report.com
-
If you are use TfrxRichView - set TfrxRichView.Wysiwyg to false. Check printer's settings. It seems FR can't to access printer's canvas
-
Is there a different version of the document that has a reference to it? No
-
Try to run FR's recompile.exe with "Run as administrtor" option and recompie all FR's packages
-
Check report's dataset before preparing of report
-
Should the second PrepareReport line be the following? No. Use frxReport1.PreviewPages.AddFrom(frxReport2);
-
Use frxReport1.Preview := nil; frxReport1.PrepareReport(True); frxReport1.PrepareReport(False); frxReport1.Preview := frxPreview1; frxReport1.ShowPreparedReport;
-
Tested. FR 6.8.11 works OK on Delphi 7 (new project with TfrxReport). Try to reinstall FR again
-
Uninstall FR, remove all FR's files and folders (see system and hidden folders too) and then install FR again
-
Attach your RTF sample here
-
Do you use latest FR 6.8.11?
-
Try to run FR's recompile.exe with "Run as administrator" option and recompile all FR's packages
-
Use bcCodeEAN128 bar type
-
Use TfrxReportPage(frxReport1.FindObject('Page1')).Dataset := ...
-
1) Try to yse TfrxUserDatasen.OnFirst event
-
It will available when one of Serbian users will send it
-
Do you use OnAfterScroll event in the master query to refresh detail query?
-
Blazor support should appear in the FR .Net in the begin of 2021
-
Everything is fine in the designer preview. So, FR works OK As soon i generate the PDF-report in my application then i see only "/" on my report. Replace dmMain.frxReport.PrepareReport; with dmMain.frxReport.DesignReport; dmMain.frxReport.…
-
Create small demo project with error and send it to support.com
-
Fast Script doesn't have such feature. You may create user's function https://www.fast-report.com/publicdownload/html/DevMan/customfunctionsconnectionto_report.htm and send string in the Delphi's code