I tried cboPrinterSelect.SelectedIndex = 0; and it gave me an error.
Error: CS1061 - line 102 (297) - ‘Ice.Lib.Framework.EpiUltraCombo’ does not contain a definition for ‘SelectedIndex’ and no extension method ‘SelectedIndex’ accepting a first argument of type ‘Ice.Lib.Framework.EpiUltraCombo’ could be found (are you missing a using directive or an assembly reference?)
I have been trying to figure out how to do this as well.
I have a EpiCombo that uses a User Code for it’s list and I need to set one of the values as the default BEFORE the dashboards auto refresh activates.
I looked for an OnLoad event on the custom Tracker but there doesn’t seem to be one.
If it is possible perhaps additional details would be helpful.
Thanks!