A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Visio
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

custom property value



 
 
Thread Tools Display Modes
  #1  
Old September 2nd, 2005, 10:39 AM
Jose
external usenet poster
 
Posts: n/a
Default custom property value

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?

  #2  
Old September 2nd, 2005, 09:31 PM
David Parker [Visio MVP]
external usenet poster
 
Posts: n/a
Default custom property value

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)

"Jose" wrote in message
...
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?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom calendering possibilities? [email protected] Calendar 3 February 27th, 2006 01:56 PM
Property sheet problem Jim Orson Using Forms 4 August 20th, 2004 04:13 PM
Custom Properties and Inheritance Michael Visio 1 August 17th, 2004 04:36 AM
Recovering Custom Forms After Additions Have Been Made To It? Elizabeth Contacts 1 August 11th, 2004 07:44 PM
Q2: KeepTogether property in Report Design View Jeff Conrad General Discussion 3 August 11th, 2004 07:35 AM


All times are GMT +1. The time now is 05:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.