Posted by: Luigi
Hello everybody.
I want, if possible, to view the content of a combo box where I set focus on
it. In other words, I want to simulate the SAM_DropDown message when the
user, or the program, sets the focus on the combo. I tried to send
On SAM_SetFocus
Call SalSendMsg(cmb1, SAM_DropDown,0,0)
On SAM_DropDown
Call SalListPopulate( ...)
but it doesn't work fine. The message is processed, the list is populated
but the combo is not opened. Any idea? Thanks.
--
----------------------------------
gigi
----------------------------------