Dan,

Oops. Got ahead of myself.
I do error trapping in certain forms.
You can then display a dialog or pause for the user.
In your if do something like this.

IF vcondition IS NULL THEN
    PAUSE 1 USING 'Condition is Blank!'
    SKIP TO vcondition
    RETURN
ENDIF
 


-----Original Message-----
From: "Dan Goldberg" <[EMAIL PROTECTED]>
To: [email protected] (RBASE-L Mailing List)
Date: Wed, 7 May 2008 08:51:50 -0700
Subject: [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