Dennis,
What I've done is set a variable flag in the on before start eep, then in
the after start eep check the variable and issue the closewindow there.
On before start:
... whatever code...
SET VAR vdoclose INTEGER = 0
IF conditions not met THEN
SET VAR vdoclose = 1
ENDIF
On after start:
IF vdoclose = 1 THEN
CLEAR VAR vdoclose
CLOSEWINDOW
ENDIF
Dawn Hast
[email protected] wrote on 01/22/2010 09:24:46 AM:
> Dennis McGrath <[email protected]>
> Sent by: [email protected]
>
> 01/22/2010 09:26 AM
>
> Please respond to
> [email protected]
>
> To
>
> [email protected] (RBASE-L Mailing List)
>
> cc
>
> Subject
>
> [RBASE-L] - forms question
>
> RBWIN 7.6
>
> Closewindow does not work in the form On Before Start EEP.
> This, of course, is not surprising.
> But, is there another way to abort the form in this eep?
>
> Thanks,
> Dennis McGrath
>
>
DISCLAIMER: This electronic message together with any attachments is
confidential. If you are not the intended recipient, do not copy, disclose or
use the contents in any way. Please also advise us by return e-mail that you
have received the message and then please destroy. Evergreen Packaging is not
responsible for any changes made to this message and / or any attachments after
sending by Evergreen Packaging. We use virus scanning software but exclude all
liability for viruses or anything similar in this email or any attachment.