drosenkranz
Programmer
Hello,
I have a combobox which slects and stores ID numbers for household members in an application process. The field is an integer in the household member's table.
I'd like the user to be able to see the contents of this combobox (Style = 2) when they tab onto it in a grid. Because the combobox is displaying a number, the leading spaces are larger that my combobox so you can't see the value in the box until you open the combobox by pressing <F4> key (or until you leave that box again).
Is there a way to get a combobox (that's embedded in a grid) to automatically open up when the user tabs onto that control - without making the user manually press the <F4> key to open the combobox?
Thanks,
Dave
The 2nd mouse gets the cheese.
I have a combobox which slects and stores ID numbers for household members in an application process. The field is an integer in the household member's table.
I'd like the user to be able to see the contents of this combobox (Style = 2) when they tab onto it in a grid. Because the combobox is displaying a number, the leading spaces are larger that my combobox so you can't see the value in the box until you open the combobox by pressing <F4> key (or until you leave that box again).
Is there a way to get a combobox (that's embedded in a grid) to automatically open up when the user tabs onto that control - without making the user manually press the <F4> key to open the combobox?
Thanks,
Dave
The 2nd mouse gets the cheese.