Error on Write

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
bmayes
Posts: 8
Joined: Tue Jan 23, 2007 5:13 pm
Location: Iasta.com, Inc.

Error on Write

Post by bmayes »

Hi there -

I just updated the XLSReadWriteII from version 2 to version 3. Currently using v3.00.07.

When I run the application it crashed at the WRITE in the CalcDimensions part of the call. The "P1" of the pointer array doesn't seem to ike the pointer of $444 (which I think is not a pointer anyway)

This happens when I do the following:
1) cleared all the sheets
2) added 2 new sheets
3) attempt to delete the first sheet that is there cuz it is required to have at least one sheet
4) perform the WRITE

The work around I'm using now is:
1) clear all the sheets
2) assign the first sheet
3) add sheets after that

Works great here! Just wanted to let you know of this, that is all. And if I'm missing something here - some initialization part??

But other than that - I love the components!! Keep up the good work!
Brian
Post Reply