Group: StrataFrame Users
Posts: 277,
Visits: 1.1K
|
Hi,
I can now make this happen 100% of the time and the control is changing the ComboBoxStyle when entering edit mode.
It appears to only affect combos that are manually queried as other comboboxes on the same form that are populated on form load are okay. When I add a new record, then save, then edit, the manually queried comboboxes change from DropDownStyle = ComboBoxStyle.DropDown to DropDownStyle = ComboBoxStyle.Simple.
I have checked and the combobox lists are full at the point the BO enters edit mode. When the BO editing state is idle the comboboxes are set as ComboBoxStyle.DropDown. When the BO enters edit mode they change to ComboBoxStyle.Simple and then revert back to ComboBoxStyle.DropDown when the BO is idle again.
It looks like the combobox is deciding to change the ComboBoxStyle only while editing and I can't see a reason for it.
Aaron
|