[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Combi-box issue

  • Thread starter Thread starter nborshukov
  • Start date Start date
Status
Not open for further replies.
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,cmbInteger:DELIMITER) to SKIP lookup(string(integer(cmbInteger:SCREEN-VALUE),cmbInteger:format),cmbInteger:LIST-ITEM-PAIRS,cmbInteger:DELIMITER) in your procedure everything works fine.

Continue reading...
 
Status
Not open for further replies.
Back
Top