Page 1 of 1

5.10.06 problems

Posted: Mon Mar 18, 2013 3:17 pm
by polfi
Hi,

1. There is a missing unit (Xc12Graphics.pas) source code in the downloaded install executable.

2. In Excel97 TXLSWorksheet.FreezePanes(0, 1); is not working.

3. This code causes Access Violation (Delphi XE):

Code: Select all

 XLS.Clear;
  XLS.Filename := 'D:\teszt.xlsx';
  XLS.Version := xvExcel2007;
  XLS[0].AsString[0,0] := 'abc';
  XLS.Add;
  XLS[1].AsString[0,0] := 'abc';
  XLS.Write;
This code worked me on 5.10.05.

Best Regards,
Polfi

Re: 5.10.06 problems

Posted: Thu Mar 21, 2013 9:31 am
by larsa
Hello

1,2: FIxed in update 5.10.07

3: Can't reproduce that.

Re: 5.10.06 problems

Posted: Thu Mar 21, 2013 10:09 am
by polfi
Thank you for your reply!

3. You can reproduce the problem if you change the unit order from "XLSReadWriteII5, XLSSheetData5" to "XLSSheetData5, XLSReadWriteII5". After I have changed the order to "XLSReadWriteII5, XLSSheetData5" the component works well.

Best regards,
Polfi

Re: 5.10.06 problems

Posted: Mon Mar 25, 2013 6:51 am
by larsa
Hello

The problem is fixed in update 5.10.08.