Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
Using UltraComboEditor as simple Combo Box Select specifis value works only once.
posted

I create a combo editor value list from a temp-table like this.

for each t-q_g_menu:
  ultraComboEditorTopMenu:Items:Add(t-q_g_menu.qmenuid, t-q_g_menu.qmenutit).
end.

When I select a menu item from a tree view I whant to set the correct value of the menu item into the combo editor.

This works the first time correct.

ultraComboEditorTopMenu:SelectedText = TreeBranch.qtopmenuid.

Each time after the the combo displays each key value as added value to the string.

Like MAINMAIN after that MAINMAINMAIN and so on.

What do I have to do to select the proper item in value list of the combo editor?

Kind regards,

Peter Wokke

Parents Reply Children
No Data