I'm having a problem with the UltraCombo control.
when the form loads we set every control on the form readonly (if that control is capable). There is a button on the form that clears the readonly. So far everything works correctly.
Now when I set the cursor in the UltraCombo control (for selecting the readonly text) and I press the button to clear the readonly, then the ultracombo control stays in readonly.
Is this a bug or do I have to do something with the control before making it writable again?
That sounds like a bug...what you might be able to do to work around it is force the editor out of edit mode after changing the value, then go back into edit mode. You can do that by setting some other control on the form to be the ActiveControl, then set it back to the UltraCombo control.
doesn't work. The control stays in readonly mode