M
MFishbey
I am developing a graphical editor based on the Visio Active X control. For one of the editors' features, I need to drop a Master on a document and ungroup it through automation. The problem is that no matter what method I am using to ungroup the shape, the user sees the message: “This action will sever the object’s link to its masterâ€. I tested the Shape.Ungroup() and Window.DoCmd(VisUICmds.visCmdObjectUngroup) methods. My attempts to get the QC_Ungroup event failed from automation. I was able only to get the event when I ungrouped shape from the UI. Does anybody have any suggestions on how I can get rid of this dialog?