XL Report 3.X History
# 30-Jul-2001 XL Report G2 (v. 3.424)
Version 3.424 is the final build of XL Report G2.
- FIXED: Some PivotTable support bugs.
- FIXED: Some international support bugs.
# 30-Jul-2001 XL Report G2 (v. 3.423)
- FIXED: Some international support bugs;
- FIXED: Tg2DataSource.SetDataSet bug.
# 6-Jul-2001 XL Report G2 (v. 3.422)
- ADDED: Delphi 6 supported in full source code version only;
- ADDED: TxlReportG2.OnError event;
- ADDED: You can use subtotaling options with the Data option (an analogue of the Function method of the PivotField object);
- FIXED: A workaround for MS VBA Extentions bug;
- FIXED: An error while processing column options in case of an empty dataset;
- FIXED: An error while generating a Pivot table in case of an empty dataset;
- ALTERED: The algorithm generating a Pivot table.
# 01-Jun-2001 XL Report G2 (v. 3.421)
- ADDED: TARGETBOOK sheet option - to add a report sheet to an existing workbook;
- ADDED: TxlReportG2.OnTargetBookSheetName event;
- FIXED: Clipboard contents corrupted when DataExportMode=demCSV;
- FIXED: Data transfer deceleration in case of reporting out of DLL when DataExportMode=demDDE;
- FIXED: MULTISHEET option works wrong with NoRange TDataSet;
- FIXED: Exception when DataSet is empty (demVariant or demCSV);
- FIXED: XL Report doesn't work with VBA Extensibility 5.0;
- QDemoG2\Delphi: Tips&Tricks - example of the TARGETBOOK sheet option use.
# 1-May-2001 Compatibility with XP
G2 works with Office XP! See compatibility table here.
# 16-Apr-2001 XL Report G2 Lite
We are announcing XL Report G2 Lite, based on XL Report G2 core. You can use it for commercial and non-commercial purposes for free.
# 16-Apr-2001 XL Report G2 (v. 3.420)
- ADDED: MultiSheet option for creating several reports of the same structure in a report workbook;
- ADDED: Check for PivotTable limitations. Exceeding the limitations leads to an exception;
- ADDED: Tg2DataSource.Alias property. Recommended for use in case of several datasets of the same name in a report;
- ADDED: TxlReportG2.EditFromBLOB method for editing a template previously saved to a BLOB field;
- ADDED: TxlReportG2.ReportFromBLOB method for building a report basing on a template previously saved to a BLOB field;
- ALTERED: A data transfer algorithm for walking around DDE (Fast Table Format) limitations in Windows 95, 98, and Me;
- FIXED: Creating multiple instances of some internal variables of the TxlReportG2 class;
- FIXED: Formatting in case of empty subtotals in a PivotTable;
- FIXED: Creating subtotals in case of an empty range;
- FIXED: Naming conflict between macros generated by XL Report G2 while creating a PivotTable.
# 12-Mar-2001 XL Report G2 (v. 3.419)
- ADDED: Compatibility with European localizations of MS Excel.
# 12-Mar-2001 XL Report G2 (v. 3.419)
- ADDED: ReportToOLEContainer method for building a report into an instance of TOLEContainer;
- ADDED: ConnectToExcelApplication class method for binding a report to a given Excel.Application instance;
- ALTERED: temporary macros are destroyed after Pivot Table generation;
- ALTERED: R1C1-style formulas as well as A1-style formulas can be used in the Pivot option;
- ALTERED: if the DST parameter is omitted in the Pivot option then the Pivot table will be placed on a newly created worksheet named according to the value supplied in the NAME parameter;
- ADDED: onBeforeWorkbookSave event for defining the filename of a report;
- ADDED: you can check the XL Report G2 version by entering the '=XLR_VERSION' formula in any cell of a report workbook;
- QDemoG2\Delphi: example of OnBeforeWorkbookSave event handler was added. This event handler along with the roHideExcel flag can be used in order to create a report in invisible mode;
- QDemoG2\Delphi: example of ReportToOLEContainer method was added.
How to get more details