News

September 02, 2024

Changes to the FastCube .NET License Agreement and Terms of Use

New license agreement for FastCube .NET will come into effect at September 30, 2024
October 14, 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
October 09, 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!
July 07, 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
June 10, 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.
April 09, 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
April 03, 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
Fast Reports
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314

© 1998-2024 Fast Reports Inc.