in reply to Access Visio in Perl
If your drawing is not completely free flowing but could be modelled as data-driven type, you could use Visio Database Wizard feature instead. It's a lot easier to manipulate data than to draw programmatically.
You could try to draw a few sample drawings from Visio. Use Database Wizard to store the drawings into an ODBC-compliant DB, manipulate the data and have Visio draw from the data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Access Visio in Perl
by Anonymous Monk on Jul 23, 2003 at 19:27 UTC | |
by chunlou (Curate) on Jul 23, 2003 at 22:59 UTC | |
by n8234a (Initiate) on Aug 08, 2003 at 15:57 UTC |