C
Chuck Cobb
I have some code that copies a complete Visio page from one document to another. It does it by creating a new page in the destination and then copying and pasting all the shapes from the source into the destination
It works fine except when the source page has a shape with a DropEvent defined in it. For example, an Off-Page Reference has a drop event defined that opens a dialog box. When I attempt to copy and paste it from the source to the destination, the Drop Event fires when I paste it in the destination which really screws up my code, because Visio is waiting for the user to respond to the Drop Event before doing anything else
Is there an easy way to disable drop events
Thanks
Chuck
It works fine except when the source page has a shape with a DropEvent defined in it. For example, an Off-Page Reference has a drop event defined that opens a dialog box. When I attempt to copy and paste it from the source to the destination, the Drop Event fires when I paste it in the destination which really screws up my code, because Visio is waiting for the user to respond to the Drop Event before doing anything else
Is there an easy way to disable drop events
Thanks
Chuck