Page 1 of 1
ComboBoxes
Posted: Fri Oct 12, 2012 4:10 am
by Sunshine12
Hi there is there any tutorials on using comboboxes. I have looked through the manual and the existing tutorials but cannot find anything.
Cheers
Re: ComboBoxes
Posted: Fri Oct 12, 2012 8:33 am
by mark.monroe
Under the General Properties you click on configure texts. Then associate a tag with the combobox. Then you type in texts and give them start and end values. When someone selects a text item in the combobox the tag's value changes to that text's start value. If the tag's value changes, then the combobox text changes to the text associated with that value.
Re: ComboBoxes
Posted: Mon Sep 18, 2017 5:38 pm
by ThatGuy
what about when you need a combobox to populate its data based on tag values?
for example I need to use a combobox to allow a user to change a value from a predefined list of values, although the list of values can be changed by another screen with security privledges.
the values could be anything and can be changed at any time but when they are updated the list needs to update also