Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Drop down menu in form. Add text to values

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
shmartin89
834 Views, 4 Replies

Drop down menu in form. Add text to values

Hi Everyone.

 

I have set up a drop down menu in a iLogic form which promts the user to select an option:

 

Capture.JPG

 

How can I add text to the options so it could be displayed like "UC 100x100x10" rather then just "100"?

 

This is my code at the moment:

 

 

MultiValue.SetList("UC", 100, 150, 200, 250)

iLogicVb.RunRule("Rule27")

 

Thanks

 

Sandy

4 REPLIES 4
Message 2 of 5
jletcher
in reply to: shmartin89

You need to go into the fx find the UC right click select edit multi value at the bottom dbl click names and change..

 

 Only issue you may have is if it is a Numeric parameter if it is you will not be able to add the "X"

 

 You would have to change it to a text parameter..

 

 

par.JPG

Message 3 of 5
jletcher
in reply to: jletcher

P.S.

 

You can't change a numeric to text you would have to delete and make new..

Message 4 of 5
shmartin89
in reply to: jletcher

I changed my code to this and it displays the options with text......

 

MultiValue.SetList("UC", "UC152x152x23", "UC152x152x30")

iLogicVb.RunRule("Rule27")

 

I thought i had already tried it but seems to work now!

 

Thanks Anyway

Message 5 of 5
jletcher
in reply to: shmartin89

Oh so the list is just in ilogic not a parameter my bad...

 

 I do most of my list with a parameter rather then code both ok to use...

 

Glad it works now for you...

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report