Question Freezing when switching fields, No error message

bpmbud

New member
Joined
Jul 25, 2008
Messages
1
Programming Experience
Beginner
Good afternoon,

I am a student developing a program in VB.net 2.0 that is basically just a ticket system for the local IT department down here.

It was coming along fine until I decided to add in a feature that would allow a particular technician to view only tickets that dealt with themselves.

First let me explain the set up of the program a bit to you. I have a listbox on the left side of a panel that displays the last names of each ticket in the database. When a user selects the last name, all the information is then displayed in individual text boxes and combo boxes to the right. The problem occurs when a tech has more then one ticket and they click on the second ticket. When they do that, the program becomes un responsive in the fields on the right hand side. I can still switch between last names in the list box, but every field on the right cannot be typed in nor switched and the program itself will not close unless I tab over to VB and stop it manually.

No error message occurred and it freezes up well before the problem would normally occur when I debug. I can't find any help on the subject on google so I decided to ask here.

Thanks in Advance,
Bryan
 
can you post the entire project (including any necessary databases and excluding any custom controls that we wont have on our systems) minus the BIN and OBJ folder, in a zip file?
 
Back
Top