hunterspot
Programmer
Hi All
I have a problem.
From a form frmStats I am going to another form frmClass by clicking on a command button. On frmClass I do some record update and click on cmdExit which has only one line of code THISFORM.Release() .
When frmClass is unloaded, the previous form frmStats is visible but loses focus. The only way i can get out is by using task manager. This app was working and this thing creeped in suddenly, I don;t know how.
Can any of you sugggest me why/what is causing this?
Thanks in advance.
I have a problem.
From a form frmStats I am going to another form frmClass by clicking on a command button. On frmClass I do some record update and click on cmdExit which has only one line of code THISFORM.Release() .
When frmClass is unloaded, the previous form frmStats is visible but loses focus. The only way i can get out is by using task manager. This app was working and this thing creeped in suddenly, I don;t know how.
Can any of you sugggest me why/what is causing this?
Thanks in advance.