gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
What ticket number? Did you try to write to this ticket again?
-
[<frxDBPool."NAMEVATER">+'/'+<frxDBPool."RASSEVATER">] should works if you concat string fields Try [VarToStr(<frxDBPool."NAMEVATER">)+'/'+VarToStr(<frxDBPool."RASSEVATER">)]
-
There is no such option
-
Recompile.exe doesn't start automatically in the latest FR. Run FR's recompile.exe with "Run as administrator" option, recompile all FR' s packages. If this does't helps - uninstall all instances of FR, remove all FR's files and folders (…
-
Did you set TfrxMailExport.Port?
-
Try to use TfrxReport.OnPrintReport event