Search found 2 matches
- Sat Mar 20, 2010 6:44 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Bug: WRONG File Delete in Temporary Folder
- Replies: 1
- Views: 2678
Bug: WRONG File Delete in Temporary Folder
Hi @ all. I've discovered that in the version 4 of XLSReadWriteII, during the XLSReadWriteII Object Creation was introduced a "Cleanup" function that deletes all files "XLS*.*" in the windows temporary folder...also if the files are not created by the component or by the applicat...
- Mon Sep 08, 2008 9:05 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Version 4: Problem in TXLSRows.AddIfNone
- Replies: 0
- Views: 2255
Version 4: Problem in TXLSRows.AddIfNone
In the object TXLSRows is present:
function AddIfNone(Row: integer): TXLSRow;
but this procedure does not work correctly.
If in the same loop i call AddIfNone (starting with empty rows) more
of 1 time I have an access violation.
With version 3 the function works correctly.
function AddIfNone(Row: integer): TXLSRow;
but this procedure does not work correctly.
If in the same loop i call AddIfNone (starting with empty rows) more
of 1 time I have an access violation.
With version 3 the function works correctly.