Custom Properties

L

Loboexe

Is it possible to make the Custom Properties appear in a box or window by
hovering the mouse over an object
 
C

Chris Roth [MVP]

Hi Loboexe,

If you have used the ShapeSheet, you can use the Comment field in the
Miscellaneous section to get this done. The Comment cell corresponds to
Insert > Screen Tip, but via the ShapeSheet, you can enter formulas. You'd
want something like this:

Comment = Prop.Cost & CHAR(10) & Prop.Duration & CHAR(10) & Prop.Name

the CHAR(10) will give you a new line. Give it a try and let us know!

--
Hope this helps,

Chris Roth
Visio MVP

Free Visio shapes:
http://www.visguy.com/category/shapes
Visio programming info:
http://www.visguy.com/category/programming/
Other Visio resources:
http://www.visguy.com/visio-links/
 
L

Loboexe

Thanks for this Chris, can the same method be used to make one shape
reference the cust prop's of another ? by putting in a shape id or something ?
 

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