Nachrichten

2. April 2025

Mehr Flexibilität mit der neuen Lizenzoption „Business“

Die „Business“-Lizenz ist für Entwicklerteams von 5 bis 12 Personen konzipiert und eignet sich perfekt, wenn die „Team“-Lizenz zu klein und die „Site“-Lizenz zu groß ist.
12. Februar 2009

FastCube 1.5 released!

FastCube 1.5 released!+ Changed: row height calculation algorithm of the X Axis+ Added property: TfcGrid.MaxRowHeightInXAxis+ Added properties in Measures[] ColOffsetValueWithDimValue[ADimValue: Variant] and ColOffsetValueWithDimValue[ADimValue: Variant]+ Added support for the mouse wheel in the detail grid.+ Added: Properties FieldsOrder and ShowSplitFieldsInFieldList are saved in Schema file+ Added property TfcSlice.ShowSplitFieldsInFieldList+ Added: Index of the field in DataSet is saved in Cube file+ Added events TfcSlice.OnSliceChanged+ Added opportunity of copying in the Clipboard with headers+ Added events TfcSlice.OnStartChange and TfcSlice.OnStopChange.+ Added French resources (thanks Hugues Van Landeghem)+ Better WideString field support. In combination with new defines UseWideString, UseUnicodeString (d2009 only) it allows to show unicode charaters in grid+ Added PercentFormat property to the TfcCube.DefaultFormat+ Added option mdgoCloneMasterValueOnExport to the TfcGrid (copy master value to all rows(columns) in export)+ Field width is saved in Schema and does not reset after move field in a grid region+ Added support for TBCDField for Delphi5+ Added German resources (thanks Daniel Soppe)+ Added property GridCanvas to the TfcGrid for using in events OnDrawCell and OnDrawAxisItem+ Added CopyToClipboard button to the ChartToolbar+ Added Spanish resources+ Added method TfcCube.Refresh to refresh data in Cube from DataSet* Function af_Count does not required a base field.- Removed grid properties: Crl3D, ParentCrl3D- Speed of expand/collapse operations has been dramatically increased- Fixed error: Axes were drawn very slowly with the big amount of data- Fix error with Dimensions[] in calcilation field script- Fix error with BCD fields in Fib+ and InterBaseExpress- Fixed error: DefaultFormat is nil in TfcFieldOfRegion- Fixed error in the html export with Delphi 2009- Fixed error: the schema loss in TfrcChartView editor.- Fixed recompile in BCB6 package with support of FastScript- Fixed wrong charset assignment- Fixed errors in the Recompile Wizard for Delphi 2009- Fixed errors in the frcd12.dpk package (Delphi 2009)- Fixed errors in the Measure Editor
3. Februar 2009

FastReport Server 2.1 released!

+ Added Windows Authentification mode* Improved CGI for IIS/Apache server* Advanced log information on errors* Stability improvements* Speed improvements- Bug fixes
2. Februar 2009

FastReport .NET 1.3 released!

What is new in version 1.3?---------------+ added monochrome TIFF export+ added Excel 2007 export+ added PowerPoint 2007 export+ added MHT (web-archive) export+ added DBF export+ added ODBC connection+ added Oracle ODP.NET connection+ added ability to print copy name on the printed page (see + "Features/Print Copy Names" report) added built-in support for + cascaded data filtering (DetailControl property). See the + "Dialogs/Cascaded Data Filtering" report added "apply" flags to the + style elements added band's context menu items for easy creation of + child band and detail data band added TextObject.NullValue property + (to replace null values with specified string) added + TextObject.ProcessAt property (allows to print totals in the header) + added the ImageExport.MonochromeTiffCompression property added + HTMLExport.WidthUnits, HTMLExport.HeightUnits properties (allows + selection between Pixel and Percent) added the Message-HTML (MHT, + MHTML, web-archive) mode in HTML export (HTMLExport.Format property) + added Config.DesignerSettings.FilterConnectionTables event added + DataSourceBase.Load event to load detail rows in code added Croatian + localization added Persian localization added new demo projects in the + Demos\VB.Net folder added "Script/Sort Group By Total" report* improved "Keep with data" mechanism- fixed bug with Matrix and Table objects (Visible property is not working)- fixed bug with MS SQL connection (can't use tables in schemas other than dbo.*)- fixed bug in Medium Trust mode- fixed bug in business objects (duplicate datasource names)- fixed bug in dialogue forms (switch to the dialog page may throw an exception)- fixed bug in query builder- fixed bug with OutlineExpression and RepeatOnEveryPage- fixed bug with KeepChild- fixed bug with exporting barcodes- fixed bug in dialogue controls (Enabled & data filtering)- fixed bug with RepeatOnEveryPage band with child- fixed Matrix&Table bug (infinite loop if there is not enough space to print a column)- fixed bug in PDF export (file structure)- fixed designer exception when copying the total- fixed exception when closing the designer- fixed bug with disabling the navigator in HTML export- fixed bug with size of WebReport in percents- fixed PDF export (digits substitution in Arabic)- fixed bug with sorting on a calculated column- fixed bug in the PDF export (export of band with zero height and non-solid fill)- fixed bug in the text/expression editor (drag&drop items from the data tree)- fixed bug in the Excel 2007 export- fixed bug in the printer settings dialog (printer properties)- fixed bug with Outline when several reports are joined into one- fixed search in the preview- fixed bug in the group when there is no data to displayFastReport.NET is a full-featured reporting solution for Windows Forms and ASP.NET. It can be used in Microsoft Visual Studio 2005/2008 and Delphi Prism.It is compatible with .NET Framework 2.0 and higher.  With FastReport.NET, you can create application-independent reports.In other words, FastReport.NET can be used as a standalone reporting tool.
12. Dezember 2008

FastScript 1.95 with Delphi 2009 support released !

New in FastScript 1.95+ added support of CodeGear Rad Studio 2009- fixed bug with "with" operator- fixed bug with comments in Basic script- fixed minor bugs in TfsSyntaxMemo и TfsTree
14. Oktober 2008

FastCube 1.4 with Delphi 2009 support released!

New in FastCube 1.4+ Added option mdsoSaveChartInSchema in TfcSlice (save Chart properties in Schema)+ Added new aggregate function "List of Unique"+ Added new event TfcSlice.OnInterpreterCreated to add users variables and functions to Script+ Added Polish resources+ Added new procedure TfrcCrossView.Update to use is report script after refresh dataset in cube.+ added save X axis colums width in slice+ You can use values of detail records in script for calculated measures.  Use Measures.PrepareDetailInfo to create array of detail records in script.  Record count in array - Measures.RecordCount  Detail value - Measures.DetailValue[ARecordIndex, AFieldName]+ result of script can be String.+ Measures[MeasureName] in script maked by measure name!!!+ Added new property "Name" in TfcFieldOfRegion. Use property Name with measure.+ Added new aggregate function "First value". It is possible to use with any type of the data!+ Added cube option mdcoLoadWithDefaultFormat: use DefaultFormat on Load from cube.+ Added split of Date - DayOfYear.+ Added Dutch resources (thanks Jack Janssen)+ Added new grid property PaintStyle. It changes style of grid and its parts   painting. We will increase differences between paint styles in next versions+ Add export of cube/cube data to the following XML formats: XML for Analysis, xml-msdata (.Net DataSet), ms rowset (ADO), DataPacket (ClientDataset)+ Added property UseFCChartEvents: boolean in TfrcChart+ At a printing of the diagram through TfrcChart events from initial diagram TfcChart are used+ Added opportunity of packages registration by Recompile Wizard+ Added Turkish resources (thanks Burhan Cakmak)+ Added split of Date - WeekNumber.+ Added property TfcSlice.FieldsOrder - type of order in Field List (by Field Name, by Field Caption, by order in DataSet, by event OnFieldsListSortCompare).+ Added Portuguese resources (thanks Fernando Dias)+ Added Czech resources (thanks Karel JaneД_ek)* Added new propertyes expamles in demo.* Updated Brazil resource- Fixed an error: value of calulated measure with agreagate function af_formula is 0 in chart- Fixed an error of caption lost when field has been move between regions- Fix error with fields in IBObjects- Set caption of field "Measures" to value from language resources during Load From Stream- Fix error with FastReport designer in FastCube- Fix error with Measures.DetailValue[ARecordIndex, AFieldName] in script- Fix error with Dimensions[AFieldName].CurrentValue in script- Fix error with mdgoYAxisScroller- Fix error: Names of measures and dimentions are CaseSensitive.- Fix error: unnecessary invalidate in RowRegion of fcGrid.- Published properties in DefaultFormat are made "write".- Fix error of data gathering for TfcChart- Fix error registration of TfrcChart- Fix error with sort by total value- Fix error: inherited abstract SetCubeFieldCaption in TfcAbstractSlice- Fix error: Font not used in TfcGrid- Fix error with Lookup fields- Fix errors in Recompile Wizard
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
Fast Reports
  • 800-985-8986 (Englisch, USA)
  • +31 97 01025-8466 (Englisch, EU)
  • +49 30 56837-3928 (Deutsch, DE)
  • +55 19 98147-8148 (Portugiesisch, BR)
  • info@fast-report.com
  • 66 Canal Center Plaza, Ste 505, Alexandria, VA 22314

© 1998-2025 Fast Reports Inc.