I put this in “on close” eep of my external form. This disconnects the 
databases, waits a second, and then closes.

on close eep in my external form file
----------------------------------------------------
disconnect
pause for 1
return


My startup file that I compile
---------------------------------------------
PROPERTY loadwindow TITLE 'Loading - Please Wait ...'
PROPERTY loadwindow progress 25
REFF menu.rff
RETURN

I had something similar happen to me in the past and this took care of it for 
me.

Dan Goldberg



From: Claudine Robbins 
Sent: Tuesday, September 06, 2011 7:24 PM
To: RBASE-L Mailing List 
Subject: [RBASE-L] - V8 Compiled Application .exe mystery
Hello list,

 

I am experiencing a mysterious new problem using WIN7 with two compiled

applications, mostly not running simultaneously.  On exit, the .exe

doesn't get released in the Task Manager | Processes.  Sometimes even

two instances will get hung up.  Consequently, the ensuing

de-synchronization of the DB files causes a major slowdown of

operations.

 

Has anyone encountered this and how do I fix it?

 

TIA,

 

Claudine

 

Reply via email to