Nachrichten

6. August 2024

Wir schenken Ihnen zu Ehren unseres Geburtstages einen Rabatt auf Berichtsgeneratoren

Liebe Kundinnen und Kunden, wir freuen uns, Ihnen großartige Neuigkeiten mitteilen zu dürfen! Dieses Jahr feiert unser Unternehmen ein wichtiges Datum - es wird 26 Jahre alt!
9. Oktober 2008

FastReport VCL 4.7 with Delphi 2009 support released!

+ CodeGear RAD Studio (Delphi/C++Builder) 2009 support+ [enterprise] enchanced error description in logs+ added properties TfrxHTMLExport.HTMLDocumentBegin: TStrings,   TfrxHTMLExport.HTMLDocumentBody: TStrings, TfrxHTMLExport.HTMLDocumentEnd: TStrings+ improved RTF export (with line spacing, vertical gap etc)+ added support of Enhanced Metafile (EMF) images in Rich Text (RTF), Open Office (ODS), Excel (XLS) exports+ added OnAfterScriptCompile event + added onLoadRecentFile Event+ added C++ Builder demos+ added hot-key Ctrl + mouseWheel - Change scale in designer+ added TfrxMemoView.AnsiText property- fixed bug in RTF export with EMF pictures in OpenOffice Writer- fixed some multi-thread isuues in engine, PDF, ODF exports- [enterprise] fixed integrated template of report navigator- [enterprise] fixed bug with export in Internet Explorer browser- fixed bug with font size of dot-matix reports in Excel and XML exports- fixed bug in e-mail export with many addresses- fixed bug in XLS export (with fast export unchecked and image object is null)- [enterprise] fixed bug in TfrxReportServer.OnGetVariables event- fixed bug in Calcl function- fixed memory leak in Cross editor- fixed progress bar and find dialog bug in DualView- fixed bug in PostNET and ean13 barcodes- fixed bug with TruncOutboundText in Dot Matrix report - fixed bugs with break points in syntaxis memo- improved BeforeConnect event in ADO  - fixed bug in inhehited report with internal dataset- fixed bug in TfrxPanelControl with background color(Delphi 2005 and above)And remember - upgrade for all users of FastReport 4.* - free!
7. Juli 2008

FastScript 1.94 released!

-added new RTTI functions/properties:TCustomIniFile.WriteTStrings,TCustomIniFile.ReadTStrings,TIBTransaction.Commit,TIBTransaction.RollBack,TIBTransaction.StartTransaction,TIBQuery.FetchAll,TIBQuery.RecordCount,TChartSeries.Active,TChartSeries.Count,TChartSeries.Delete.-fixed bug with "in" operator.-functions return null value by default-fixed bug with late binding-added TfsScript.IncludePath property (list of paths for modules)-added TfsScript.UseClassLateBinding - fixed bug with type casting - added EvaluateRiseError property - return True if Evaluate function rise error- added OnGetVarValue event - added AddPropertyEx with TfsGetValueNewEvent/TfsSetValueNewEvent handlers- fixed bug in Evaluate with Basic grammar- fixed bug with unnecessary AddRTII call in evaluate function
10. Juni 2008

FASTREPORT® 4.6 VCL Documentation updated

"Help file" - added description of new properties and methods. "Programmer's manual" - added several new chapters, added code example for BCB "User's Manual"  - a few  changes.
9. April 2008

FastReport Studio 4.6 released!

+ added IfrxCheckBoxView interface+ added encryption for password protected reports. Please, backup your password protected reports prior to use this version.+ added property 'Visible' to IfrxComponent interface+ added method SetGlobalVariable to IfrxReport interface+ added StrikeOut property to IfrxFont interface+ added support of Enhanced Metafile (EMF) images in Rich Text (RTF), Open Office (ODS), Excel (XLS) exports+ added <nowrap> tag, the text concluded in tag is not broken by WordWrap, it move entirely + added ability to move band without objects (Alt + Move)+ added ability to output pages in the preview from right to left ("many pages" mode), for RTL languages(PreviewOptions.RTLPreview) + added new property Hint for all printed objects, hints at the dialog objects now shows in StatusBar + added new property TfrxReportPage.PageCount like TfrxDataBand.RowCount+ added sort by name to data tree+ added TfrxStyles class in script rtti+ changes in the Chart editor: ability to change the name of the series, ability to move created series, other small changes + [fs] fixed type casting from variant(string) to integer/float- changes in report inherit: FR get relative path from current loaded report(old reports based on application path works too)- fixed bug in CrossTab when set charset different from DEFAULT_CHARSET- fixed bug in RTF export with some TfrxRichView objects- fixed bug when print on landscape orientation with custom paper size- fixed bug when use network path for parent report- fixed bug with Band.Allowslit = True and ColumnFooter- fixed bug with drawing subreport on stretched band- fixed bug with embedded fonts in PDF export- fixed bug with long ReportTitle + Header + MaterData.KeepHeader = true- fixed bug with RTL in PDF export- fixed bug with SubReport in multi column page- fixed bug with Subreport.PrintOnParent = true in inherited report- fixed bug with the addition of datasets by inheritance report - fixed bug with width calculation when use HTML tags in memo - fixed flicking in preview when use OnClickObject event- fixed free space calculation when use PrintOnPreviousPage- fixed preview bug with winXP themes and in last update- fixed subreports  inherit- Thumbnail and Outline shows at right side for RTL languages - [fs] fixed bug with late binding
3. April 2008

FastReport VCL 4.6 released!

+ added & , < , > to XML reader+ added <nowrap> tag, the text concluded in tag is not broken by WordWrap, it move entirely + added ability to move band without objects (Alt + Move)+ added ability to output pages in the preview from right to left ("many pages" mode), for RTL languages(PreviewOptions.RTLPreview) + added ability to storing picture cache in "temp" file (PreviewOptions.PictureCacheInFile)+ added EngineOptions.UseGlobalDataSetList (added for multi-thread applications) - set it to False if you don't want use Global DataSet list(use Report.EnabledDataSet.Add() to add dataset in local list) + added new property Hint for all printed objects, hints at the dialog objects now shows in StatusBar + added new property TfrxDBLookupComboBox.AutoOpenDataSet (automatically opens the attached dataset after onActivate event) + added new property TfrxReportPage.PageCount like TfrxDataBand.RowCount+ added new property WordWrap for dialog buttons (Delphi 7 and above). + added sort by name to data tree+ added TfrxDesigner.TemplatesExt property+ added TfrxStyles class in script rtti+ changes in the Chart editor: ability to change the name of the series, ability to move created series, other small changes + [enterprise] added configurations values refresh in run-time + [enterprise] added new demo \Demos\ClientServer\ISAPI+ [enterprise] added output to server printers from user browser (see config.xml "AllowPrint", set to "no" by default), note: experimental feature+ [enterprise] added reports list refresh in run-time+ [enterprise] added templates feature+ [enterprise] improved speed and stability+ [fs] added TfsScript.IncludePath property+ [fs] added TfsScript.UseClassLateBinding property + [fs] fixed type casting from variant(string) to integer/float- changes in report inherit: FR get relative path from current loaded report(old reports based on application path works too)- corrected module for converting reports from Report Builder- fixed bug in CrossTab when set charset different from DEFAULT_CHARSET- fixed bug in RTF export with some TfrxRichView objects- fixed bug when print on landscape orientation with custom paper size- fixed bug when use network path for parent report- fixed bug with Band.Allowslit = True and ColumnFooter- fixed bug with drawing subreport on stretched band- fixed bug with embedded fonts in PDF export- fixed bug with long ReportTitle + Header + MaterData.KeepHeader = true- fixed bug with minimizing of Modal designer  in BDS2005 and above- fixed bug with paths in HTML export - fixed bug with RTL in PDF export- fixed bug with SubReport in multi column page- fixed bug with Subreport.PrintOnParent = true in inherited report- fixed bug with SYMBOL_CHARSET in PDF export- fixed bug with the addition of datasets by inheritance report - fixed bug with width calculation when use HTML tags in memo - fixed compatibility with WideStrings module in BDS2006/2007- fixed flicking in preview when use OnClickObject event- fixed free space calculation when use PrintOnPreviousPage- fixed preview bug with winXP themes and in last update- fixed subreports  inherit- Thumbnail and Outline shows at right side for RTL languages - [fs] fixed bug with late binding
21. März 2008

FastReport Server 2.0 released

All registered users of FastReport Server now get one license of FastReport Studio Business Edition. You can get this license in Customer User Panel.Demo version of FastReport Studio is included in each install package of Server.* changed kernel to FastReport 4+ added configurations values refresh in run-time + added reports list refresh in run-time+ added templates support ("templates" folder), note: all template files have UTF8 encoding+ added start in tray (command line: "start frxservice /tray", service should be stopped)+ added Open Document Format support, export in Open Office files *.ods and *.odt+ added scheduler feature in Server Configurator+ added print to network printers from browser (see config.xml "AllowPrint", set to "no" by default), note: experimental feature+ improved speed and stability- bug fixes
Fast Reports
  • 800-985-8986 (Englisch, die USA)
  • +4930568373928 (Deutsch)
  • +55 19 98147-8148 (Portugiesisch)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314

© 1998-2024 Fast Reports Inc.