03-08-2019 10:05 AM
I'm trying to check if I'm overwriting a certain column before I write to it. It reads fine and tells me what's there but when I try to write over the data I get a file open error.
I'm trying to check if I'm overwriting a certain column before I write to it. It reads fine and tells me what's there but when I try to write over the data I get a file open error.
Solved! Go to Solution.
03-08-2019 03:01 PM
Most probably the report file has not been closed after previous run here or in another part of the program.
Do you have Close report in false case of the second Case Structure? It is better to move it out to make sure it closes always.
(I can not open vi, I am at LV2011).
03-08-2019 03:09 PM
I solved it. I forgot to wire the file location in the Save Report File vi. Doh, I've been fiddling with this for days.
03-09-2019 01:20 PM
Here's my advice:
Once you've done all these things, you should largely have solved your quest. Congratulations!
Bob Schor