D
Daniel Shookowsky
I need to catch any attempt to modify the current Visio document and
automatically check the VSD file and a related file out of source control.
If the user cancels the checkout or the checkout fails, I'd like to
return false from my eventsink to cancel the document change.
I've attempted to use various combinations of visEvtDel, visEvtMod, and
visEvtAdd with no luck so far. Does anyone know of a catch-all event that
would do what I'm trying?
Is there another means of preventing changes until the document is checked
out?
automatically check the VSD file and a related file out of source control.
If the user cancels the checkout or the checkout fails, I'd like to
return false from my eventsink to cancel the document change.
I've attempted to use various combinations of visEvtDel, visEvtMod, and
visEvtAdd with no luck so far. Does anyone know of a catch-all event that
would do what I'm trying?
Is there another means of preventing changes until the document is checked
out?