Combobox Question
Posted: Wed Feb 24, 2016 2:56 pm
Roger, we use combo boxes quite a bit and have one that users have complained about. The default is a blank as they want the user to be forced to select a valid entry from the pulldown. If they go to the field and select one and tab to the next field it does not take. they have to hit the enter key. Is there something in the getoptions or something else I am missing. Below is the example, which format is fairly standard.
@ 07,59 DCCOMBOBOX TYPE XBPCOMBO_DROPDOWNLIST cStyp33 LIST aLIST33 SIZE 20,5 ;
ITEMSELECTED {||ctrkfind:=cList33[ASCAN(aList33,cStyp33)],dc_getrefresh(getlist) } ;
Thanks,
Fred
Omni
@ 07,59 DCCOMBOBOX TYPE XBPCOMBO_DROPDOWNLIST cStyp33 LIST aLIST33 SIZE 20,5 ;
ITEMSELECTED {||ctrkfind:=cList33[ASCAN(aList33,cStyp33)],dc_getrefresh(getlist) } ;
Thanks,
Fred
Omni