Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
GerdK
Posts: 8
Joined: Tue Oct 28, 2008 2:46 pm

Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007

Post by GerdK »

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.
GerdK
Posts: 8
Joined: Tue Oct 28, 2008 2:46 pm

Re: Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007

Post by GerdK »

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.
Post Reply