90 pts.
 Suppress Save Dialog Box
I'm looking for a way to suppress the Save Dialog box. We have a form that when the uesr opens it, has a button to view some secret (encrypted) data. We log whenever the information is viewed. Currently, the users are presented with the Save Dialog. We would like to suppress it if possible. SaveOptions set to "1" apparently forces a save to take place regardless of what the user selects. But we'd like to keep the box from appearing. Any ideas?

Software/Hardware used:
ASKED: March 17, 2009  6:59 PM
UPDATED: March 18, 2009  1:51 PM

Answer Wiki:
SaveOptions="0" will suppress the Save dialog. I usually make this the default. Set SaveOptions="1" just prior to performing a save operation, and then set it back to "0". Works all the time... Of course, if the user hits Esc by accident, the form will close without asking them if they want to save.
Last Wiki Answer Submitted:  March 18, 2009  1:51 pm  by  Stiletto   2,700 pts.
All Answer Wiki Contributors:  Stiletto   2,700 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _