I would want to insert a combobox in the toolbar between the buttons.
How I can make?
Thanks in advance.
Pier Luigi
I would want to insert a combobox in the toolbar between the buttons.
How I can make?
Thanks in advance.
Pier Luigi
...
oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 1
oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 2
@ row, col COMBOBOX ... OF oToolBar
oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 3
oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 4
...You may try using oBtn:Move() method.
EMG