[Migrated content. Thread originally posted on 06 October 2008]
Hello,Ver. 7.2.0
Platform: Windows-XP SP3
I've a program which has more than one screen(form1 and form2).
In the main screen(form1) there is a push-button to load another screen(form2) which displayes a list of items in a grid-control.
once the user choses one of items in the list(grid), I'm terminating this screen(form2) and returing to the previous one(form1).
I use destroy form2-handle to exit the second screen and return to the previous one as mentioned above, but what happens is that the screen(form2) is terminated but the whole program is freezed.
Any tips...
Thanks



