Search found 3 matches

by John Elrick
Tue Jan 27, 2015 12:41 pm
Forum: XLSReadWritwII 6
Topic: Exception in XLSReadWriteII 5
Replies: 3
Views: 2781

Re: Exception in XLSReadWriteII 5

Further experimentation demonstrates that the following changes prevent the exception from occurring: TXc12IndexColorObjs = class(TXLSStyleObjectList) // jee -- start workaround for bug private itsDefaultIndex: integer; function findDefault: TXc12IndexColorObj; // jee -- end workaround for bug prote...
by John Elrick
Tue Jan 27, 2015 12:13 pm
Forum: XLSReadWritwII 6
Topic: Exception in XLSReadWriteII 5
Replies: 3
Views: 2781

Re: Exception in XLSReadWriteII 5

Addendum. In an effort to understand the error further, I commented out the following in BFFReadII5.pas procedure TXLSReadII.LoadFromStream(Stream: TStream); ... if InsertRecord then CurrRecs.AddRec(Header, PBuf); Inc(Count); end; except raise; // on E: Exception do // raise Exception.CreateFmt('Err...
by John Elrick
Mon Jan 26, 2015 8:56 pm
Forum: XLSReadWritwII 6
Topic: Exception in XLSReadWriteII 5
Replies: 3
Views: 2781

Exception in XLSReadWriteII 5

Delphi XE2. XLSReadWriteII version 5. We are registered owners under Fenestra Technologies. The issue involves a spreadsheet created by TXLSFile (http://sm-software.com/txlsfile.htm). We used TXLSFile to generate certain spreadsheets in last year's release of our software. This year, we switched to ...