I have looked into setting tracker values in a lot of places, but nothing seems to work for a BAQCombo. I did a customization on the dashboard to set the value in the form Load method, the value I want exists, I can view the value in a textbox on the form, but nothing seems to work to set it in the BAQCombo. I’ve tried .Text, .SelectedText and .Value, nothing changes the BAQCombo. (.Text works fine on the EpiTextBox)
Are BAQCombos that different? Is there some other property I can set to make this work?