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
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.