Contents of listbox not shown

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hi,

I have a windows.net aplication with a couple of list boxes on the main
window form. Each list box is databound and is filled in the constructor of
the window form.

When I run it on one machine it works fine.
When I run on another machine the list boxes are initially empty. If I
switch focus away from my app and then back again, the list boxes display
the contents correctly.

Under debug show a positive count of rows immediately after filling the
dataset.

Does anyone know why my app is acting inconsistently?

Thanks
Martin
 
Back
Top