Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
please can any one help me with the below issue .
I have attached a file ,which while debugging/reloading is getting hanged .like the debugging finishes then when I try to close the window it hangs,and same during reloading,it finishes the reload but the window doesn't close as it gets hanged and till I do an end task it doesn't work.
if I remove the script in the tab 2(named as join) the one with if statements, it doesn't hang,but I need that as well.Just not understanding what is going wrong.can someone please help me out.
regards,
sahana
Hi Sahana,
It not that easy to figure out issue without reloading application, rather I would suggest you to place
EXIT Script;
After each table and load you application till you reach the point, wherein you can find from which part issue is cumming.
Regards
ASHFAQ
ok thanks Ashfaq,
will try the same.