Auto Refresh Shape Properties when data changed

S

Shely E

I have a visio drawing embeded into my application (using ActiveX)
I want the custome properties value of shapes in the drawing (linked to
database records) to be able to refresh itself whenver data in the linked
table changes.
How to go about doing it?
 
A

Al Edlund

check for either the formula changed or cell changed event and then fire
off the database update (ado, dao, etc.)
al
 
S

Shely E

I think you get me wrong. Updating of database records is done by a seperate
module.

The visio drawing is use to display the status/stage of the data in database
and the drawing is readonly. I need the visio drawing to be able to refesh
the content of its linked data on a certain interval.
 
S

Shely E

I have found how to auto-refresh data at a pre-defined interval.
Tools/Add-Ons/Visio Extra/Database setting.

Now my problem is that the shapes color represent status of the records.
For example: Green = Active, Red = Cancel, Yellow = On-Hold
How do I also refresh the shape color automatically as well?
 
S

Shely E

Could you point me to the address that has the specific articles. I found
some articles on how to use the color value add on but you still need to
right click on the Legend and select Refresh Legend. What I want is
automatically change of shape color during database refresh.
Or how to incoporate a macro that does that in the database refresh event?
(Is there such even?)
 

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