Hello,
I have a VB6 form with a DataCombo control. My database is in SQL Server 2000. For the client receiving the error, the DataCombo is filled with 267 items.
If the client selects an item, or uses the scroll bar to view the list, there is not a problem. Same with using down arrow or page down keyboard buttons. If they scroll through the list with the scroll bar, but decide not to select anything by just clicking somewhere else on the form, the first "default" item is still selected and they can proceed as normal.
However, the weird problem comes when the client uses the down arrow on the actual DataCombo control and holds it down to scroll partway down the list. At that time, if they decide not to select anything by just clicking somewhere else on the form and try to proceed, they get an Out Of Memory error. It seems like the first "default" item is no longer selected. I'm sure I could write some code to check for this and select the default item again, that is not the problem.
My question is, does anyone know why this would behave so weirdly - the difference between dragging the scroll bar vs. holding down the down arrow?
Any insight would be appreciated!
Thx,
Jolynn
I have a VB6 form with a DataCombo control. My database is in SQL Server 2000. For the client receiving the error, the DataCombo is filled with 267 items.
If the client selects an item, or uses the scroll bar to view the list, there is not a problem. Same with using down arrow or page down keyboard buttons. If they scroll through the list with the scroll bar, but decide not to select anything by just clicking somewhere else on the form, the first "default" item is still selected and they can proceed as normal.
However, the weird problem comes when the client uses the down arrow on the actual DataCombo control and holds it down to scroll partway down the list. At that time, if they decide not to select anything by just clicking somewhere else on the form and try to proceed, they get an Out Of Memory error. It seems like the first "default" item is no longer selected. I'm sure I could write some code to check for this and select the default item again, that is not the problem.
My question is, does anyone know why this would behave so weirdly - the difference between dragging the scroll bar vs. holding down the down arrow?
Any insight would be appreciated!
Thx,
Jolynn