Try CloseWindow before EXIT..
----- Original Message -----
From: "Alastair Burr" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, June 24, 2010 1:00 PM
Subject: [RBASE-L] - Exit form (v9.0_32/W7_64)
I have an external form which was created in v7.6 (or earlier) which I
display as I exit from R:Base.
This is the relevant part of the command file that calls the form:
DISCONNECT
CLS
REFF D:\DbFiles\MultiDat\RBExit.RFF
RETURN
*( End of program )
This is the only code in the form which contains only a single enhanced
panel:
24/06/2010 17:35:05
Connected Database :
Form Name :
==========================================================
Form EEPs:
On After Start EEP
CLEAR ALL VARIABLES NOW
PAUSE FOR 1
EXIT
RETURN
==========================================================
Form Controls:
When run R:Base stops working and I get the usual Windows searching for an
answer...
I can trace the code quite happily up to the 3rd line in the EEP (EXIT)
(The pause just leaves the form on the screen for a second otherwise it's
barely seen!)
Has anybody any idea why this should not work as before?
Thanks & regards,
Alastair.