My project is attached.
On line 203 is a sub that checks to see if a file exists. If not, it loads a 4400 line csv file and parses some lines out, then stores the result.
Then that resulting csv file is loaded back into memory.
If the file exists, it is loaded.
When the file is parsed and created, the subsequent displays in the tabview are messed up.
When the file is just loaded, there are not display problems.
When the problem occurs, the data in the lists of maps is corrupted even though it has been saved correctly to csv file. If it is then saved again to csv file, the file is corrupted.
I am guessing that this is some sort of memory issue. Any ideas?
On line 203 is a sub that checks to see if a file exists. If not, it loads a 4400 line csv file and parses some lines out, then stores the result.
Then that resulting csv file is loaded back into memory.
If the file exists, it is loaded.
When the file is parsed and created, the subsequent displays in the tabview are messed up.
When the file is just loaded, there are not display problems.
When the problem occurs, the data in the lists of maps is corrupted even though it has been saved correctly to csv file. If it is then saved again to csv file, the file is corrupted.
I am guessing that this is some sort of memory issue. Any ideas?
Attachments
Last edited: