Hello
I have a COMBOBOX ( in a RC file with Sort = Yes )
aTipi := {'Paolo', 'Gianni','Andrea' 'Cesare' }
I set cTipo_Cli = 'Gianni'
REDEFINE COMBOBOX oCom Var cTipo_Cli ITEMS aTipi ID 4009 OF oDlg
but when I open the dialog on the combobox I have 'Cesare' and not 'Gianni'
Thanks