[comp.databases] FoxBase Label Form

atieu@skat.usc.edu (Anthony Tieu) (07/24/90)

How can I interrupt a Foxbase label form or report called from a
program? If I set escape on, pressing the escape key will prompt
the user with Cancel, Ignore ,Retry?  I don't want that.

I try using the following code and it didn't work

    on escape return
    label form mail
    on escape

Help!
Anthony Tieu

______________________________________________________________________________

campus: University of Southern California  |     "Black Velvet"
        Alumni House                       |           --Alannah Myles

todd@kuhub.cc.ukans.edu (08/09/90)

In article <26107@usc.edu>, atieu@skat.usc.edu (Anthony Tieu) writes:
> How can I interrupt a Foxbase label form or report called from a
> program? If I set escape on, pressing the escape key will prompt
> the user with Cancel, Ignore ,Retry?  I don't want that.
> 
> I try using the following code and it didn't work
> 
>     on escape return
>     label form mail
>     on escape
> 
> Help!
> Anthony Tieu
> 

Try it again.  I use this method all the time.

-- 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<  Todd M. Gochenour    |  Phone:     (913)864-0451            > 
<  User Services        |  Internet:  Todd@kuhub.cc.ukans.edu  >
<  Computer Center      |  BITNET:    TODD@UKANVAX             >
<  University of Kansas |  To err is human.  To really         >
<  Lawrence, KS 66045   |  screw up requires a computer.       >
 --------------------------------------------------------------