Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
770
UltraComboEditor SelectionChanged event triggered twice.
posted

Hi guys.

Currently I'm still using 2004 version.

I got a UltraComboEditor, and there is a SelectionChanged event for it. When I change the selection, the event was triggered.

But I encountered something odd. The event was triggered twice. And the second trigger is causing error. Below is my code, please advice.

 

Private Sub cboProductCode_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles cboProductCode.SelectionChanged
        GetSize(cboProductCode.SelectedItem.DataValue)
    End Sub

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    The earliest supported version is currently 2009.1. You should upgtrade to that version or later. If you can't it is possible that the last service release for NA 2004 fixes the issue you describe, in which case you should download that.

Children
No Data