Displaying User-selected Text in SmartShape

Started by assyrian47, September 16, 2008, 07:00:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

assyrian47

Hello all,

Not new to Visio, but new to designing (or trying to design smart shapes). I am trying to take the "satellite" shape from the Networks template and providing four text entries, one of which the user must select when dropping it on the page.

The user define cell has:

=NOT(OR(HideText,STRSAME(SHAPETEXT(TheText),"")))

How do you make (TheText) section a choice of text?

Thanks in advance

vojo

#1
I would go with a props.cell for the text....that way, you can prompt user to input data.  If he ignores, then you can hide it.   Aka instead of "TheText" have it as "props.myfirstinput".   Use the custom properaties capabilities to present it (in event drop cell have the formula "docmd(1312)"   no quotes)