gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 558
- Last Active
- Roles
- Members, FR Team
Comments
-
  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
-
Create and attach small demo project (report with one masterdata band and one TfrxMemoView) and attach it here
-
Use report inheritance. Use base report with report title band
-
Can you create _rels folder in the Crossover(Wine)?
-
  PaperInfo: array[0..PAPERCOUNT - 1] of TPaperInfo = (     (Typ:1;  Name: ''; X:2159; Y:2794),     (Typ:2;  Name: ''; X:2159; Y:2794),     (Typ:3;  Name: ''; X:2794; Y:4318),     (Typ:4;  Name: ''; X:4318; Y:2794),    …
-
Try to use TfrxDBDatasets with equal UserName property
-
Try frxReport1.PrintOptions.PrintOnSheet := 1;
-
Try to set cv->Chart->Series->VertAxis
-
Use cv->Chart->Series for another properties, use cv->SeriesData->Items[0]->XSource for data