I have some problems with upgarde the Delphi component XLSReadWriteII from 4.00.15 to 4.00.49. (Delphi 2007). My source code has no change. Anyway get I follow Delphi Exceptions: EAccessViolation -> EReadError 'Error by read of TSheet.MergedCells' -> EReadError 'Error by read of XLSRW.Sheets'.
var XLSRW : TXLSReadWriteII4;
This exceptions seem on load my form. Do you know anyone this problem?
PS: I have Excel2000 variables in this form.
Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007
Re: Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007
This problem is dissolved.
Old XLSReadWriteII object (v 4.00.15) has empty field 'MergedCells'. if you install a new version 4.00.49, you must check all XLSReadWrite Components in our Project of this fields in the *.dfm file. For new version must you delete this empty property/field from the *.dfm file.
My proposal is by the installation of new version: Errormessage/Exceptionmessage do lucid.
Old XLSReadWriteII object (v 4.00.15) has empty field 'MergedCells'. if you install a new version 4.00.49, you must check all XLSReadWrite Components in our Project of this fields in the *.dfm file. For new version must you delete this empty property/field from the *.dfm file.
My proposal is by the installation of new version: Errormessage/Exceptionmessage do lucid.