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  

Dynamic Fixed List



 
 
Thread Tools Display Modes
  #1  
Old September 6th, 2006, 07:22 PM posted to microsoft.public.visio.general
TweedleDee
external usenet poster
 
Posts: 3
Default Dynamic Fixed List

Is there a way to change the choices presented by one drop down list
custom property by what is selected by a second fixed list custom
property? Programmatically or otherwise?

For example if one fixed list contains: Dog; Cat
If Dog is selected then the breed list property will narrow down to:
Beagle, Collie, etc
If Cat is selected then the breed list property will narrow down to:
Siamese, etc

Thanks

  #2  
Old September 13th, 2006, 05:12 PM posted to microsoft.public.visio.general
TweedleDee
external usenet poster
 
Posts: 3
Default Dynamic Fixed List

I take it this is impossible then?



TweedleDee wrote:
Is there a way to change the choices presented by one drop down list
custom property by what is selected by a second fixed list custom
property? Programmatically or otherwise?

For example if one fixed list contains: Dog; Cat
If Dog is selected then the breed list property will narrow down to:
Beagle, Collie, etc
If Cat is selected then the breed list property will narrow down to:
Siamese, etc

Thanks


  #3  
Old September 14th, 2006, 02:48 PM posted to microsoft.public.visio.general
vojo
external usenet poster
 
Posts: 63
Default Dynamic Fixed List

use the shapesheet cell for all the custom proprities. Define a user cell as
a swtich. AKA something like if dog then switch=1 else switch=2. Then in
the customer proprity section in the invisbile cell....have If switch=1,
false, else true.

I have done this actually 4 tiers down...works fine.

Its a great way to get around the problem of only 1 panel for custom
properties presented and the errata about not handling too many custom
properties.

"TweedleDee" wrote:

I take it this is impossible then?



TweedleDee wrote:
Is there a way to change the choices presented by one drop down list
custom property by what is selected by a second fixed list custom
property? Programmatically or otherwise?

For example if one fixed list contains: Dog; Cat
If Dog is selected then the breed list property will narrow down to:
Beagle, Collie, etc
If Cat is selected then the breed list property will narrow down to:
Siamese, etc

Thanks



  #4  
Old September 19th, 2006, 07:24 PM posted to microsoft.public.visio.general
TweedleDee
external usenet poster
 
Posts: 3
Default Dynamic Fixed List

Thank you!

vojo wrote:
use the shapesheet cell for all the custom proprities. Define a user cell as
a swtich. AKA something like if dog then switch=1 else switch=2. Then in
the customer proprity section in the invisbile cell....have If switch=1,
false, else true.

I have done this actually 4 tiers down...works fine.

Its a great way to get around the problem of only 1 panel for custom
properties presented and the errata about not handling too many custom
properties.


 




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


All times are GMT +1. The time now is 12:15 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.