Hi Folks,
I'm using a variable (defaultComboValue) to hold the default selection value for a combo box. It will be blank initially and later updated to text input value from another modal box. When the 'defaultComboValue' is blank it works as expected and text input value gets assigned to it - Set(defaultComboValue, TextInput_reltdSkl_1.Text);
Although, whenever it is not blank (holding the previous value assigned to it), it does not get set to a new text value using the same formula. It just gives blank even after using Set() function.
Please reply if anyone has any thoughts on this.