Interesting!
I can only give you a clue!
In the eep:
Set an err variable
Test on the err variable
If verrvar  <> 0 then 
 Whatever code you need when err is occurred
 Return
Else
  Whatever code you need when err is not occurred
  Closewindow
return
endif


Gunnar Ekblad
Kontema IT AB
Hästholmsvägen 32
S-131 30 NACKA
SWEDEN
+46 070 545 50 38
[EMAIL PROTECTED]
 

-----Ursprungligt meddelande-----
Från: [email protected] [mailto:[EMAIL PROTECTED] För Dan Goldberg
Skickat: den 7 maj 2008 17:52
Till: RBASE-L Mailing List
Ämne: [RBASE-L] - About exiting a form

I have some commands that run in the form close eep.
 
But I would like to do is when a condition exists to give the user an error
and cancel the form close so the user can fix the error.

I could not find the command to abort the form close eep. Does anybody know
the command??

Thanks

Dan Goldberg

 


Reply via email to