Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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)

Software bugs are impossible to detect by anybody except the end user.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...