ChubbyArse Posted October 9, 2003 Posted October 9, 2003 I have two forms one with one combo (frmSearch), and another with three combos (frmPart). Each combo is filled using a class object which essentially opens a datatable based on an SQL query, and sets the display / valuemembers. frmSearch has one unbound combo. frmPart has three combo's which are bound to a datatable, using the form's currency manager. Both forms have a debugging button which displays the row count of each combo. When I open frmSearch, The combo is filled, and the first entry is visible. Clicking the debugging button tell me there are 11 rows in the combo. Then, when I click on the title bar (the blue bit at the top) and drag the form, the the combo clears, and cliking the debugging button tell mw the combo is now empty!!!!!! When I open frmPart (the 3 bound combos), randomly, some of the combos are filled, sometimes all, sometimes, none, sometimes two of them are filled, and the debugging button reports the contents in line with each combo's state. On one occasion I just moved the mouse and all three combo's cleared and had no rows in them. Has anybody else had experience of this?? I am baffled? Alex Quote
AlexCode Posted October 9, 2003 Posted October 9, 2003 I think you better post your code cause with your description I think you have some kind of programing error... I'll be waiting... (Try to post only the relevant parts of code ok? and use the ... tags so we can understand your code better) Quote Software bugs are impossible to detect by anybody except the end user.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.