08-23-2002 06:46 PM
08-24-2002 09:43 AM
09-25-2002 09:38 AM
09-25-2002 11:25 AM
11-22-2005 09:59 AM
In reference to, "Oh!! By the Way Once you have the File Path in the "Silent" Case you will have to Wire "NEw File" and "Write File" Funtions to save your data. I hope you can take it from here.
Mache ", can some one explain the changes that are required to operate vi in "silent" mode?
The vi works fine until I output the path to a "write to spreadsheet" vi.
Thanks,
Wayne Hilburn
11-22-2005 11:06 AM
11-29-2005 07:47 AM
I tried that method and it worked!
Thanks,
Wayne
11-29-2005 10:38 AM
One thing I might add to this that may be helpful:
I've done this kind of thing, but not only did I have to create such .txt files in existing Windows folders, but I had to create folder components of a .txt file's entire path on the fly. No dialogs allowed, because the application will run for a long time unattended.
Formatting the timestamp and getting it into the filename wasn't too hard. But then I got errors of the type "file doesn't exist." The solution was to check whether a folder component of the .txt's path was an existing directory, and if not, create it and wire the output path to the next "build path" etc.
::Marty
11-29-2005 11:33 AM