Hello,
I know that the value of the listbox takes the value of the selection in the control data, but how do I get that value to show itself in text form? I have a listbox with, let's say, Option1 and Option2. Then at the bottom it'll say in static text
Your selection is: [value]
where the [value] is what the user selected. If the user highlights Option1, then it'll say
Your selection is: Option 1
I've tried setting the text display to the property name of the ListBox, and it worked, but only if I force a 'refresh' by going to the previous dialogue and then returning to the ListBox dialogue.
Thanks.