decompose an IDEF0 Context diagram without losing related ICOM's

C

cmbhappy

I want to be able to double click on an activity box and be taken to the page
containing subprocesses, the child page. The ICOM's should all be there from
the parent page awaiting conection to subprocess boxes.
 
C

Chris [Visio MVP]

Format > Behavior > Double-click tab. There's a "Go to page" drop-down at
the bottom of the dialog.

As for automatically setting up a page on double-click, you'd have to do
some automation code (ie: VB, VBA, VB.NET, C#)

Google on "Visio 2003 SDK" for more info on developing Visio solutions.
Also, check out: http://www.mvps.org/visio/VBA.htm for a ton of VBA code
samples to get you started.
 
Top