N
nborshukov
Guest
Because the list-item-pairs attribute for integer combo-box contains values, formatted accordingly. List-item-pairs for character combo-box contains values, that are not formatted at all, but also right-trimmed. If you format value you are looking up for, i.e. change: SKIP lookup(cmbInteger:SCREEN-VALUE,cmbInteger:LIST-ITEM-PAIRS,cmbIntegerELIMITER) to SKIP lookup(string(integer(cmbInteger:SCREEN-VALUE),cmbInteger:format),cmbInteger:LIST-ITEM-PAIRS,cmbInteger
ELIMITER) in your procedure everything works fine.
Continue reading...