I have form1 which has 3 types of something called as WO.Now, when I click on a 'closed WO' form2 opens displaying details.And when I click the back button, it takes atleast 2 minutes to go back to form1.However, this is not the case with Overdue and Open WO and the perfomance is good.
Backend is sql server 2005
- form1 has has queries which are run everytime a WO button is clicked.
- There is more data for Closed WO than that for Open or Overdue WO.
- form2 dispays detail of only one row from the WO chosen.
- On click of the back button of form2 it is closed and form1 is made visible.
Backend is sql server 2005
Comment