I am using the following code to populate the editcontrol of a combo box but, it is always displaying First value in the list. Any hints at what it could be?
m_Combo.SelectString(-1,m_StringValue)
and the code is executed in Page refresh of the form.
But, the combo always displays the first...