Exit Filepro Without Saving
Mike Schwartz
mschw at athenet.net
Fri Sep 30 11:38:38 PDT 2011
> I guess I am too dense, as I cannot find an answer. How does one leave a
> filepro program without saving the record.
>
> I have tried "save off" but how does one automatically terminate the
> program?
>
> Even though I have ":then: save off"
>
> if I have:
>
> input popup ex "Key 'X' to exit";end
>
> if: ex = "X"
> then: exit
>
> The record gets saved.
>
> I want this to be simple for the user to exit the program. I do not want
him to
> have to key "CTRL-C."
>
> Harold
I would think you could use:
Then: delete; exit
Mike Schwartz
More information about the Filepro-list
mailing list