12-17-2005 03:59 AM
12-18-2005 11:54 PM
It is an error msg being reported.
Check where exactly it is being generated in your code, and fix it.
or paste your VI and we can suggest better
Regards
12-19-2005 02:33 AM
12-19-2005 02:54 AM
You were getting that error for this reason.
"the file path where you are trying to write the 'report out' reference ( why are you writing this to a file????) is invalid."
You were writing to 'c:\' using a constant without a file name.
Give a valid file name here and this pop up will 'disappear'
Hope this helps
Regards
Dev
12-19-2005 02:55 AM
12-19-2005 04:57 AM
12-19-2005 05:09 AM