LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

FileSelectPopup

When selecting a file that already exists, it asks if i want to replace it?  What if i want to append to an existing file??  How do i get rid of that question or is there another function that i can call that will allow me to append to the file??
 
 
0 Kudos
Message 1 of 3
(3,425 Views)

Hello,

This question is asked, depending on the parameter buttonLabel. If this function parameter is set to VAL_SELECT_BUTTON or VAL_LOAD_BUTTON, selecting an existing file will be allowed. Check the value, returned by the FileSelectPopup function to check if the user selected an existing file or a new file. If an existing file is selected, you can open the file and append new data to it.

Message Edited by Wim S on 09-13-2006 03:01 PM

Message 2 of 3
(3,425 Views)

Thank you that did the trick...

 

0 Kudos
Message 3 of 3
(3,416 Views)