LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

confirming filename

When I use the Write to spreadsheet VI the program allways asks to confirm
the filename. The right filename appears in the dialoge box, but I must hit
enter before it will write it. How can I automate this??
0 Kudos
Message 1 of 3
(2,423 Views)
Do_It_To_Me wrote:

> When I use the Write to spreadsheet VI the program allways asks to confirm
> the filename. The right filename appears in the dialoge box, but I must hit
> enter before it will write it. How can I automate this??

But a boolean constant of True donw and wire to the "Append to
File?" terminal.
the default is false and it wnats to create a new file which already exists.
Kevin Kent
0 Kudos
Message 2 of 3
(2,423 Views)
If a file exists that your writing to then you need to wire the append to
file
control True. This will append data to what you've already written.
Pat


"Do_It_To_Me" wrote:
>When I use the Write to spreadsheet VI the program allways asks to confirm>the
filename. The right filename appears in the dialoge box, but I must hit>enter
before it will write it. How can I automate this??>>>
0 Kudos
Message 3 of 3
(2,423 Views)