custom property value

J

Jose

I want to add a custom property value to a hipperlynk of a shape. Te custom
property name is "systemId", the value is "XY3" and the url of the
hypperlink is

http:\\applicacion.asp?system= [Value of the custom property named systemId]

dynamically the url has to be converted every time the ser click on the
shape to

http:\\applicacion.asp?system=XY3

Is it possible?
 
D

David Parker [Visio MVP]

Yes,

Edit the shapesheet,
Insert a UserDefined Cell
Add formula

=DEPENDSON(Prop.MyProp)+SETF(GetRef(Hyperlinks.Row_1.Address"),"=""http:\\applicacion.asp?system="
& Prop.MyProp & """"

Then, every time you change the alue of MyProp, the hyperlink address will
be changed...
(This is best dne to your Master)
 

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