I have constructed a VI that has the capability of saving data or printing data during runtime. Basically the program runs continuously until the user presses the "stop" button. A boolean control allows the user, during run time, to select to print or save data. However, if the user decides to not save by pressing "cancel" in the save dialog box, LabVIEW returns an error message and the VI terminates. Thus the recently acquired data is lost. I realize that I could perform an autosave to work my way around the error, but i would prefer no error. Is there another solution? Such that if one decides to cancel saving data, the VI will not terminate?
Thanks in advance,
Philip