How to create shape incidences on a drawing based on database reco

S

Steve Won

I want to create a drawing with shapes by specifying their incidences in a
database. For example, I have a floorplan of a room in the background of a
Visio document. I want to generate some shapes (e.g. a rectangle and a
square) by importing database records that specify where and how the shapes
are in the floor plan. This allows me to generate the drawing of those shapes
in a room.

It seems to be something to do with Linking shapes with Database, but I am
not sure. Could someone share some insights? Thank you
 
S

Steve Won

Thank you, Al.

What I find is that the database is updated by the move of shapes in the
drawing. It seems that I may make use of the other way round - changing the
database to initiate a change in the drawing.

Steve
 
A

Al Edlund

It seems that I may make use of the other way round - changing the
database to initiate a change in the drawing.

For that type of an objective you have to capture the shape changed event
(either through a formula changed or cell changed) and use it to trigger an
update transaction to the database. Is your challange the capturing of the
event or the sql transaction?

al
 
S

Steve Won

Thanks again.

Actually, I am challenged by both the capturing and the sql transaction.
Are there other links I can get more info on these two areas? Thanks

Steve
 

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