how to generate an organization chart using data in an access data

T

tuppence

Hello,

I can't find samples to obtain an org chart programmatically. I want to use
Visio as a draw engine and call it with automation.
So I understood that
- first, I have to obtain an instance of Visio.
- After, I have to use the wizard : objAddOn =
objVisio.Addons.ItemU("OrgCWiz")

Ok but, how to tell the wizard to read the table in the source database ?
How to transform the data in org chat ?
Where can I find informations about it ?
(I looked in the developper reference but I saw nothing about it)
Thanks a lot
 
J

JuneTheSecond

The wizard runs with addons in the Visio, and the specfication is not opend
to user.
So, the only way is to build your own addons.
 
A

Al Edlund

check out the visio sdk. it has examples of working with org charts and it's
free.
al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top