Hello ,
The when clausule works not on the combobox , we can select a item and change the input field !
FWH 12.03
Frank
:oCol("Type"):nEditType := EDIT_GET_LISTBOX
:oCol("Type"):aEditListTxt := {"Numeric","Character","Logical","Date","Memo"}
:oCol("Type"):aEditListBound := {"N","C","L","D","M"}
:oCol("Type"):bEditWhen := {|oGet|ASCAN(aOld,{|a|a[1]==oBrw:aRow[1]})==0 }The when clausule works not on the combobox , we can select a item and change the input field !
FWH 12.03
Frank
test