[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Bind A...

  • Thread starter Thread starter PeterWokke
  • Start date Start date
Status
Not open for further replies.
P

PeterWokke

Guest
Dear All, I used a BindableValueList to populate a ComboBoxTool with data from a datasource. define variable clsComboBoxTool as Infragistics.Win.UltraWinToolbars.ComboBoxTool no-undo. define variable clsBindableValueList as Infragistics.Win.BindableValueList no-undo. clsComboBoxTool = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("ComboBoxToolField"). clsBindableValueList = new Infragistics.Win.BindableValueList(). clsBindableValueList:DataSource = bindingSourceFieldSelection. clsBindableValueList:ValueMember = "AreaID". clsBindableValueList:DisplayMember = "FieldName". clsBindableValueList:BindingContextControl = this-object. clsComboBoxTool = cast(ultraToolbarsManagerMain:Tools["ComboBoxToolField"],Infragistics.Win.UltraWinToolbars.ComboBoxTool). clsComboBoxTool:ValueList = clsBindableValueList.

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