D
Daniel
Hi altogether,
I'm using Visio Drawing Control in Sharepoint:
output.Write("\n"
+ "<object
classid=\"clsid:E4615FA3-23B0-4976-BD3E-D611DDBE330E\""
+ "width=\"800\"" + "height=\"600\""
+ "id=\"axVisio\">\n"
+ " <param name=\"HostID\" value=\"\">\n"
+ " <param name=\"NegotiateMenus\" value=\"1\">\n"
+ " <param name=\"NegotiateToolbars\" value=\"1\">\n"
+ " <param name=\"PageSizingBehavior\" value=\"1\">\n"
+ " <param name=\"Src\" value=\"" + documentToLoad + "\">\n"
+ "</object>\n"
+ "\n");
But there is no menu for e.g. saving the file after modification. Is there a
way to get the menu to save the file? I have the shapes on the left to create
visio-models. But i can't save anything. I really hope that anyone can help
me. Thanks a lot in advance!
Best!
Daniel
I'm using Visio Drawing Control in Sharepoint:
output.Write("\n"
+ "<object
classid=\"clsid:E4615FA3-23B0-4976-BD3E-D611DDBE330E\""
+ "width=\"800\"" + "height=\"600\""
+ "id=\"axVisio\">\n"
+ " <param name=\"HostID\" value=\"\">\n"
+ " <param name=\"NegotiateMenus\" value=\"1\">\n"
+ " <param name=\"NegotiateToolbars\" value=\"1\">\n"
+ " <param name=\"PageSizingBehavior\" value=\"1\">\n"
+ " <param name=\"Src\" value=\"" + documentToLoad + "\">\n"
+ "</object>\n"
+ "\n");
But there is no menu for e.g. saving the file after modification. Is there a
way to get the menu to save the file? I have the shapes on the left to create
visio-models. But i can't save anything. I really hope that anyone can help
me. Thanks a lot in advance!
Best!
Daniel