gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Create small and simple demo project with error based on standart Delphi's components and FRDemo database and attach it here
-
What export filter (XLS, XLSX, XML, BIFF8) do you use? Attach report template (fr3) and prepared report (fp3)
-
FR split pages automatically, so, you can't to change this behavior
-
FR split pages automatically, you can't to change this behavior without FR's sources changing (procedure SplitPage in the frxPreviewPages.pas)
-
See FRDemo "URLs, anchors" report
-
Install Interbase Express components or disable loading of FR for IBX packages
-
Use TfrxReport.OnBeforePrint event
-
What is value?
-
  frxReport1.PrepareReport(True);   frxReport1.PrepareReport(False);   frxReport1.PreviewPages.DeletePage(0); frxReport1.PreviewPages.DeletePage(0); will not work for one-page report
-
Sorry, but you can't to add this feature if you don't have a FR's sources. Try to move your code to Delphi's code
-
Modify frxOLERTTI.pas uses   Windows, Classes, Types, SysUtils, Forms, fs_iinterpreter, frxOLE, frxClassRTTI, Variants, OLECtnrs; //change ...   TFunctions = class(TfsRTTIModule)   private     function CallMethod(Instance: TObject; ClassTy…
-
1. Use one TfrxReport instance for correct Page# frxReportComposite1.LoadFromFile('1.fr3'); frxReportComposite1.PrepareReport (True); frxReportComposite1.LoadFromFile('2.fr3'); frxReportComposite1.PrepareReport (False); frxReportComposite1.LoadFromF…
-
Attach your report template (fr3) and prepared report (fp3) too
-
You can change Sender only in the OnPreviewClick event
-
MSantoli wrote: » MSantoli wrote: » Use script variable and calculate running total in the band's OnBeforePrint event Please show me how var Total: extended; procedure MasterData1OnBeforePrint(Sender: TfrxComponent); begin   Tot…
-
Try to use TStringList in the script. Add new items to the list and then get TStringList.Count
-
You may set TfrxPDFExport.PageNumbers to export selected pages to PDF
-
Try to use TfrxOLEView
-
Attach your report template (generated from code) and prepared report (fp3)
-
Try TLineSeries(Chart1.Series[0]).Stairs := True;
-
wrote: Once datasets are added at runtime, I'm getting errors like "Error in expression ... Identifier expected". Create dataset first and then create report template
-
Did you get this behavior with FR's EmbedDesigner demo? It works OK for me (FR5 and Win 10) wrote: Should i buy Fast Report VCL 5 to fix this problem Download FR Trial https://www.fast-report.com/en/download/public_files/245/ and test it
-
CopyName# works with TfrxCustomMemoView only. Use TfrxReport.OnPrintPage to modify TfrxBarcodeView during printing
-
Try to use TfrxMemoView without HTML tags instead of TfrxRichView
-
Add all TfrxDBDatasets in the TfrxReport.EnabledDatasets list
-
Modify frxrcDesgn.xml in the Res folder                                       and recompile language resources
-
Sorry, but FR doesn't have such feature
-
Works OK with latest FR 5.6.3
-
Please attach your fp3 first
-
wrote: Is there any other way? No other way