G
Guest
Is it just me or if you are loading a combo box and then choose one of its items, you can never clear the ComboBox.Text
with anything like....
cbRep.Text
cbRep.Text = cbRep.SelectedIndex(0)
without actually clearing and reloading the combo.
Is that a limitation of CF or is there a workaround to reduce the SQLCE overhead.
with anything like....
cbRep.Text
cbRep.Text = cbRep.SelectedIndex(0)
without actually clearing and reloading the combo.
Is that a limitation of CF or is there a workaround to reduce the SQLCE overhead.