Codejoy
May 14th, 2001, 03:41 PM
Hello, I have a combo box on the form, and I want to fill out information on the form in the other fields based upon what is selected in the combo box. My problem arises when someone clicks on the down arrow to bring up the list of stuff in the box and then select something. At that moment i'd like to display the information on the form, the problem is the only method I know of to use is the LostFocus. This means when the user selects something in the combo box, nothing is filled out on the form until that combo box looses focus. IS there anyway to change this, have the information pop up the minute something is selected in the combo box. I know there is a OnChange, OnClick, OnDropdown. the problem is, OnChange seems to only work if the user is typing their selection into the combo box. And the OnClick and OnDropdown would fire before anything has actually been selected. Sorry for such the long post, but a solution to this problem would be great. Thanks!!!
Shane
p.s. I know of third party controls that do this such as TrueDB Grid's Combo Box which has a OnDropDownClose event, but there has to be a way to do this in VB. Thanks
Shane
p.s. I know of third party controls that do this such as TrueDB Grid's Combo Box which has a OnDropDownClose event, but there has to be a way to do this in VB. Thanks