How to Pause running application

upasanisandipupasanisandip Member Posts: 405
Hi all,
I want to break the current running application.
Message box appearing & lots off records are there.
How can I do that?

Thanks,
Sandip.

Comments

  • krikikriki Member, Moderator Posts: 9,118
    Pausing is not possible.
    But if you get a lot of messages and want to stop it, you have to kill the application with the taskmanager.
    Messages are shown ONLY when all processing is finished and commited (if no error came up and no if no confirms or strmenu have been used)
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • chrispaulchrispaul Member Posts: 174
    I agree with kriki
    You can not pause the application , only alternate is to stop in mid using task manager, i believe u are aware of this tool
Sign In or Register to comment.