10-21-2010 12:36 AM
Hi,
I am getting an prompt message (See the attachment), when i press Cancel button in a File Save Prompt Button.
Please tell me how shall i remove this prompt.
regards,
mfp.
10-21-2010 01:08 AM
When a save dialog box is closed by clicking the cancel button it will throw an error. The Dialog box you are getting might be because of that error handling.
10-21-2010 01:10 AM
Hi,
Thanks for th reply. what shall i do to remove that error.
regards,
mfp.
10-21-2010 01:24 AM
Post the code (if it is not confidential) i'll try to help you out. Post the VI where the file is being called.
10-21-2010 02:12 AM
You can ignore the error by checking if cancel button is pressed. Also ignore only the specific error by checking the error code else it will ignore all the previous errors also.