Static browser - view-as Combox property.

karikalanr

New Member
Dear All,

I am using Openedge 10.1C version as its facilitate to view Browser column in combo box view. ( while defining browser we can choose the browser field with view-as = combo/toggle/fill-in.

My issue is, I am trying to add the list-item-pairs values for that browser column at run time. Could one suggest how to add the list-item-pair value for browser column(which is in combo view) at run time?

Thanks,
Karikalan R
 
code example (this works just fine in 10.1c with me) - only problem is that i can not make the auto-completion work.. seems to be an unfixed bug.. if you havce suggestions about that... :)
ASSIGN hcolumn = tt_klacht.cklachtstatus:HANDLE IN BROWSE brw_klacht
hcolumn:LIST-ITEMS = cbolist$v.
 
Back
Top