Forum Post: How to add Items in a microsoft .net combobox

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

PeterWokke

Guest
I have defined a combo box in my form. define private variable comboBoxRoles as System.Windows.Forms.ComboBox no-undo. In a method I would like to re-fill this combobox. First lclear it with: comboBoxRoles:Items:Clear(). comboBoxRoles:ResetText(). In a for each tt-table a want to fill the combobox with add-first or add-last method. I have tried several syntax but not the right one. comboBoxRoles:Items:add-first(cDescription, tt-Table.GroupID). comboBoxRoles::add-first(cDescription, tt-Table.GroupID). Can someone help me. The syntax help in PSDOE for these Microsoft Controls does not help much. Where can you find syntax good syntax support for progress on those Microsoft Controls . Thanks and regards, Peter Wokke.

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