Dan, Did it again. I had to move my condition checking to a process or continue button on the form because the form is already past going back to as mentioned earlier.
Jan -----Original Message----- From: "jan johansen" <[EMAIL PROTECTED]> To: [email protected] (RBASE-L Mailing List) Date: Wed, 07 May 2008 09:07:25 -0700 Subject: [RBASE-L] - Re: About exiting a form 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

