- Kevin Smith
- PowerBuilder
- Thursday, 15 April 2021 08:12 AM UTC
In ribbon bar control when you have a combobox how do you fire clicked event to set focus to the combobox?
The intention is that as a user navigates the menu a category change will find first combobox on the category and click it so the user can start selecting immediately . The Combo box is mared as Editable
I have tried in the Category Changed event finding if there is a combo box then
Get Handle of the combo box and get the ComboxControl with
ribboncomboboxitem lrs_item
rbb_1.GetComboBox (al_combohandle, lrs_item )
lrs_item.TriggerEvent(clicked!)
also tried lrs_item.SelectItem(li_item) where li_item = 1 to 5
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.