M
Mancha
Hi to all,
The code is
XDocument xDocPrevious =
thisApplication.XDocuments.Open("c:\\openFile.xml", 1);
DocPrevious.View.Export(Environment.GetFolderPath("C:\\test.mht",
"MHT");
It seems an error when the opened form is exported. The error is that
the view isn't ready. What should I do?
view from the opened form.From one form I open another form by code (C#). I have to export the
The code is
XDocument xDocPrevious =
thisApplication.XDocuments.Open("c:\\openFile.xml", 1);
DocPrevious.View.Export(Environment.GetFolderPath("C:\\test.mht",
"MHT");
It seems an error when the opened form is exported. The error is that
the view isn't ready. What should I do?