ShowFileSaveWarnings Property [Visio 2003 SDK Documentation]
Determines if warning messages appear when the user attempts to save in XML format drawings that contain errors, such as invalid XML code.
boolRet = object.ShowFileSaveWarnings
object.ShowFileSaveWarnings = boolValue
boolRet Boolean. True if showing file save warnings is enabled; False if it is disabled.
object Required. An expression that returns an ApplicationSettings object.
boolValue Required Boolean. True to enable showing file save warnings; False to disable showing them.
Version added
2003
Remarks
Setting the ShowFileSaveWarnings property is equivalent to setting the Show file save warnings option on the Save tab in the Options dialog box (Tools menu).
Applies to | ApplicationSettings object
See Also | ShowStartupDialog property