At 03:40 PM 9/4/2007, Michael Sinclair wrote:

Is it possible to make the ESC key fire a macro that saves
the data and then exits the form?

Mike,

Here's how:

Form Designer | Form Properties | EEPs

Use the following code as "On Close EEP" for that
particular form.

-- On Close EEP
SAVEROW
CLOSEWINDOW
RETURN

And, that's all there is to it!

Very Best R:egards,

Razzak.

P.S.
You may post any R:BASE 7.x or 8.x related questions on the
[EMAIL PROTECTED] list, where you'll receive more informative
responses from the most "current" users of R:BASE!

Reply via email to