C
Clint
It seems that the 2003 version of Visio bites when trying to access the
VisioModelingEngine (for database modeling). It's not documented by MS,
there's like one web page in the entire Internet that seems to cover it at
all, and the model has a lot of read-only attributes that prevent developers
from properly hooking into it.
So besides a rant to vent my frustrations, is there plans to open up this
portion of Visio to developers? It's really frustrating, because it SEEMS
like we should be able to do exactly what I want, but I can't because the
API is locked down. In case someone is reading this, and found another tool
to do what we're doing, we've got a development environment that's rich with
meta-data. I can access all that meta-data through the application that
we've built, and it would be very useful to generate diagrams of table,
form, and report relationships. My initial plan was to dump out the
meta-data in an XML file that could either be sent or imported into some
sort diagramming tool.
VisioModelingEngine (for database modeling). It's not documented by MS,
there's like one web page in the entire Internet that seems to cover it at
all, and the model has a lot of read-only attributes that prevent developers
from properly hooking into it.
So besides a rant to vent my frustrations, is there plans to open up this
portion of Visio to developers? It's really frustrating, because it SEEMS
like we should be able to do exactly what I want, but I can't because the
API is locked down. In case someone is reading this, and found another tool
to do what we're doing, we've got a development environment that's rich with
meta-data. I can access all that meta-data through the application that
we've built, and it would be very useful to generate diagrams of table,
form, and report relationships. My initial plan was to dump out the
meta-data in an XML file that could either be sent or imported into some
sort diagramming tool.