A
AndrewLLL
Does anybody know a decent way of savving Visio 2003 documents to Visio 2002 format in the Visio ActiveX control? In Microsoft website, it showed these lines:
"You cannot use the SaveAsEx method to save Visio 2003 documents to Visio 2002 format in the Visio ActiveX control. To save a drawing loaded in the Visio drawing control to Visio 2002 format, launch an invisible instance of Visio and call the SaveAsEx method in your Visio application instance, as demonstrated in this Visual Basic 6.0 code that saves a Visio 2003 drawing into the Visio 2003 file format:
Application.Documents(1).SaveAsEx("C:\Documents and Settings" & _
"\myusername\My Documents\Visio2002 file.vsd", visSaveAsWS + _
visSaveAsListInMRU)"
I am confused by this paragraph. Does anybody understand?
What I am thinking is to save a Visio 2003 document into a XML drawing file. In this way, can I load the file correctly in Visio 2002? Thanks.
Andrew
"You cannot use the SaveAsEx method to save Visio 2003 documents to Visio 2002 format in the Visio ActiveX control. To save a drawing loaded in the Visio drawing control to Visio 2002 format, launch an invisible instance of Visio and call the SaveAsEx method in your Visio application instance, as demonstrated in this Visual Basic 6.0 code that saves a Visio 2003 drawing into the Visio 2003 file format:
Application.Documents(1).SaveAsEx("C:\Documents and Settings" & _
"\myusername\My Documents\Visio2002 file.vsd", visSaveAsWS + _
visSaveAsListInMRU)"
I am confused by this paragraph. Does anybody understand?
What I am thinking is to save a Visio 2003 document into a XML drawing file. In this way, can I load the file correctly in Visio 2002? Thanks.
Andrew