ShowFileOpenWarnings Property [Visio 2003 SDK Documentation]
Determines if warning messages appear when the user attempts to open files in XML format that contain errors, such as invalid XML code.
boolRet = object.ShowFileOpenWarnings
object.ShowFileOpenWarnings = boolValue
boolRet Boolean. True if showing file open 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 open warnings; False to disable showing them.
Version added
2003
Remarks
Setting the ShowFileOpenWarnings property is equivalent to setting the Show file open warnings option on the Save tab in the Options dialog box (Tools menu).
Applies to | ApplicationSettings object
See Also | ShowStartupDialog property