gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Create report with outline and export it to pdf with outline option
-
Yes, all FR's versions (FR3, FR4, FR5) have TeeChart support
-
You may reopen detail query in the master's OnAfterScroll event
-
You may use FR for Lazarus
-
Try to use latest FR FMX 2.5.2
-
Try frxReport.LoadFromFile('reportfolder\test.fr3'); with frxReport do begin frxreport.ScriptText.Clear; //limpo o texto do script [clear script text] frxreport.ScriptText.Add('procedure MasterDataOnBeforePrint(Sender: TfrxComponent);'); frxreport.S…
-
Use Statement:='SELECT * FROM Table_1 where FAUF=' + ff;
-
siema wrote: » Where can I get it? http://fast-report.com/pbc_download/fr25demo.exe
-
Attach your report template (fr3)
-
Try to use latest FR 5.5.11
-
Try to install at least one printer in the system or set TfrxRichView.Wysiwyg to False
-
No, export filters doesn't included in the FR FMX Embarcadero edition
-
Attach your report template (fr3) Did you place TfrxDBCrossView on the another band?
-
You may add files in the TfrxMailExport.OnSendMail event function TForm1.frxMailExport1SendMail(const Server: string; Â Â const Port: Integer; const UserField, PasswordField: string; FromField, Â Â ToField, SubjectField, CompanyField, TextField: Wid…
-
You may set TfrxPDFExport.PageNumbers and export part of prepared report
-
wrote: Is it possible to put the frxUserDataset onto the Data page of the report instead of the Delphi form? No, you can use TfrxUSerDataset in the Delphi only If you want to use internal dataset - use TfrxADODatabase (with ODBC Microsoft A…
-
wrote: So I can pre-set it to Tray 2 ( value of 2 in this case ) and if they look at the printer properties in this case for the printer, it would have Tray 2 preset for them instead of "Auto Select" ... In this case you should change printe…
-
FR's Round function doesn't allow second parameter If you need another function - you may create your own user function. See a Developer's manual "Custom functions writing" chapter
-
See ticket #422856 wrote: Use uses frxPrinter; frxPrinters.Printer.Bins to access all bins' list frxPrinters.Printer.BinNameToNumber(frxPrinters.Printer.Bins[0]) will get first bin number
-
You may set TfrxReportPage.Bin and TfrxReportPage.BinOtherPages before preparing of report on in the TfrxReport.OnPrintPage event
-
Set tray in the page's setup window in the FR Designer
-
Try FrxDataSet.Free; after Report.ShowReport(True); comment Report.PrepareReport(TRUE);
-
Create and call user's function in the TfrxFooter.OnBeforePrint event to send sum value to Delphi's code
-
FR for COM/ActiveX http://fast-report.com/pbc_download/fr_studio_trial.msi But development and sales of FR for COM/ActiveX was stopped 4 years ago
-
No, Fast Report 5 VCL supports Delphi and C++Builder only
-
Attach your current report template (fr3), prepared report (fp3) and a sample what you want to get or send these files to support@fast-report.com If your MasterData3 not assigned with dataset - set MasterData3.RowCount to 1 - you will get text fr…
-
wrote: FastReport has a large number of built-in standard functions for use in report designs. FastReport also allows custom functions to be written and used. Functions are added using the ???FastScript??? library interface, which is included in F…
-
See a demo report for FRDemo in the attach
-
If you don't want to use bands but use data from dataset, set TfrxReportPage.Dataset If you have another configuration - attach small demo project here or send it to support@fast-report.com
-
Create support ticket (https://support.fast-report.com) and send your report template (fr3), saved preview pages (fp3) and result (txt). Tell what export filter do you use wrote: I am trying to create a report where the columns are fixed width…