VBA Access to Data Flow Diagram DFD Add-In

T

Thomas Love

I would like to write VBA code to capture information
from objects found in Gane Sarson Data Flow Diagrams
(DFD) in Viso. My intent would be to extract this
information and format it for output into MS Word.

I would like to be able to get at object properties as
well as follow the flow sequence of these diagrams
through VBA. A point in the right direction would be
appreciated.
 
K

K. Kazinski

Hi Thomas

You could look at the first object on the diagram then look at the connections collection to determine which shapes are connected. Start at the top and work your way down

Hope this helps

Ke

----- Thomas Love wrote: ----

I would like to write VBA code to capture information
from objects found in Gane Sarson Data Flow Diagrams
(DFD) in Viso. My intent would be to extract this
information and format it for output into MS Word

I would like to be able to get at object properties as
well as follow the flow sequence of these diagrams
through VBA. A point in the right direction would be
appreciated
 
Top