Set default value in tracker view BAQCombo

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?

I just learned that there is a method for that. But that’s for EpiCombo. You could try that and see if it works. I put it on form load and it seems to work there.

image

It compiles. Give it a shot.
image

Thank you! That worked perfectly

1 Like