dcget COMBO compared to DCCOMBOBOX
Posted: Sun Mar 10, 2013 2:29 am
Hello Roger,
i will use this
DCBROWSECOL FIELD ("ge")->selection PICTURE '!!!!!!!!' WIDTH 4 HEADER "Selection" ;
EDITOR 'BROWSEEDIT_SEL'
this work
@ nil,nil DCCOMBOBOX xNil LIST aSelection TYPE ;
XBPCOMBO_DROPDOWNLIST SIZE 16,10 ID 'BROWSEEDIT_SEL'
this doesn't work
@ nil,nil DCGET xNil pict '!!!!!!!!' GETID 'BROWSEEDIT_SEL' ;
COMBO HEIGHT 10 WIDTH 16 DATA aSelection ELEMENT 1
(i think the height and witdh does not work here)
I can't use the DCCOMBOBOX here, since the user should input any value.
Is there a quick fix for this ?
i will use this
DCBROWSECOL FIELD ("ge")->selection PICTURE '!!!!!!!!' WIDTH 4 HEADER "Selection" ;
EDITOR 'BROWSEEDIT_SEL'
this work
@ nil,nil DCCOMBOBOX xNil LIST aSelection TYPE ;
XBPCOMBO_DROPDOWNLIST SIZE 16,10 ID 'BROWSEEDIT_SEL'
this doesn't work
@ nil,nil DCGET xNil pict '!!!!!!!!' GETID 'BROWSEEDIT_SEL' ;
COMBO HEIGHT 10 WIDTH 16 DATA aSelection ELEMENT 1
(i think the height and witdh does not work here)
I can't use the DCCOMBOBOX here, since the user should input any value.
Is there a quick fix for this ?