[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
Thanks, I will try to reconstruct the issue, but if I have a list-item-pairs like this: /cmbTest:data-type har type integer, it works swell if it is like character/ cmbTest:format = “>>>>>9”. cmbTest:delimiter = ‘|’. cmbTest:list-item-pairs = “Test (AA)|230|Test (BB)|340|Test (CC)|2333”. I would like to check if the droppdown has a specific value like (BB) in the label. I would need to get the label, and check the label if it has the value in it, how would you do that? I thought I would do like this: If Index(Entry(Lookup(cmbTest:screen-value,cmbTest:list-item-pairs,cmbTest:delimiter) – 1,cmbTest:list-item-pairs,cmbTest:delimiter),”(BB)”) GT 0 then do: Message ‘The cmbTest contains “(BB)” in label’ view-as alert-box. End. //Geir Otto

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