I have a dropdownlistbox (ddlb_neworg) in a datawindow.
When the user selects a choice and/or types in a choice, how do I retrieve that value?
I keep reading that when the dropdownlistbox loses focus, the value is lost.
I have selecteditem and text functions in the selectionchanged event, but they do not work (look below)
org_value = ddlb_neworg.Text(0)
org_value = ddlb_neworg.SelectedText()
The other problem with the text is that I do not know what index number the user selected so I can't use that one.
THANKS!
When the user selects a choice and/or types in a choice, how do I retrieve that value?
I keep reading that when the dropdownlistbox loses focus, the value is lost.
I have selecteditem and text functions in the selectionchanged event, but they do not work (look below)
org_value = ddlb_neworg.Text(0)
org_value = ddlb_neworg.SelectedText()
The other problem with the text is that I do not know what index number the user selected so I can't use that one.
THANKS!