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

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
That has to be a kind of bug? A scree-value to integer than to string? I would not thought of that .. Sendt fra min iPhone 13. mar. 2019 kl. 13:57 skrev nborshukov : Update from Progress Community nborshukov > 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 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. View online You received this notification because you subscribed to the forum. To unsubscribe from only this thread, go here . Flag this post as spam/abuse.

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