Everyone seems to be discussing this problem accept mark.

Why is MARK not answering to these many replies

But according to me using END would stop all the processes with the applications like timers, recordsets, Connections.

Offcourse u never know whether all processes related to the app are been killed or not

But END never created a problem in my applications

Still to be more if we want dont wanna rely on the system, the better solutions is to kill all the active connections and timers running thru code

that would be a better option

we can just write a procedures in which we will kill all the active connections and timer or any other possible process that relating to the application, and can call this Procedure when we want to close the app

GOODLUCK