syiling Posted May 26, 2006 Report Share Posted May 26, 2006 hi, I came across with problem when saving a file to a specify file path. when my data is saved in a file path, when a new set of data is being entered, a window pop up asking: "replace existing c:\file_name?". and I have to press 'ok' button to replace it. what I want is that I want the new data to automatically replace into the same file path without that window poping out. so what should I do to eliminate that window pop-up? example on this kind of problem is much appreciated. thanks.. Quote Link to comment
nudalakasim Posted May 26, 2006 Report Share Posted May 26, 2006 hi,I came across with problem when saving a file to a specify file path. when my data is saved in a file path, when a new set of data is being entered, a window pop up asking: "replace existing c:\file_name?". and I have to press 'ok' button to replace it. what I want is that I want the new data to automatically replace into the same file path without that window poping out. so what should I do to eliminate that window pop-up? example on this kind of problem is much appreciated. thanks.. No matter whether U read labview user manual or not before u start using it, U got to read this before you start posting here... Guys here will not do the homework problems for U, even if they know the how to....isn't it cruel Quote Link to comment
Aitor Solar Posted May 26, 2006 Report Share Posted May 26, 2006 You can check if the file already exists (in fact, the file dialog tells you), and in that case delete it before proceed. Saludos, Aitor Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.