How can I default first element in DCBROWSE with editor
Posted: Mon Aug 08, 2022 12:46 pm
Hi All,
I have
@ ... DCBROWSE oBrowse .... EDIT...
@ nil,nil DCCOMBOBOX xNIL LIST aProduct SIZE 50,15 TYPE XBPCOMBO_DROPDOWNLIST IMMEDIATE ID "PRODUCT_TYPE"
I want the first element of aProduct i.e. aProduct[1] to be in xNIL when it get focus
Thanks
Joe
I have
@ ... DCBROWSE oBrowse .... EDIT...
@ nil,nil DCCOMBOBOX xNIL LIST aProduct SIZE 50,15 TYPE XBPCOMBO_DROPDOWNLIST IMMEDIATE ID "PRODUCT_TYPE"
I want the first element of aProduct i.e. aProduct[1] to be in xNIL when it get focus
Thanks
Joe