At 10:20 AM 11/19/2003 -0600, J. Stephen Wills wrote:


Does anyone know of a way to suppress the SAVE | DISCARD | CANCEL
dialog that pops up when, in a one-editable-variable-field-only
form, a user inputs something in the field, then presses [ESC]?

I'd like to suppress that dialog and trap the "event" and handle
the processing myself, including messages.  Is there some sort of
system or form variable/setting that I could change to suppress
this dialoge or might there be some other way to accomplish this
within RBase?


Steve,

The Next Generation R:BASE 7.0 for Windows includes a
Programmer's Dream, the PROPERTY command to control any
feature and/or PROPERTY of R:BASE Form.

In your particular example, you could simply use the
following PROPERTY command as an EEP option for Form
"On Close EEP".

PROPERTY RBTI_FORM DontShowSaveDialog TRUE
RETURN

Enjoy the Unbounded Possibilities with Industrial-Strength,
Multi-User, True-Relational DBMS. http://www.rbase.com/rbg7

Very Best R:egards,

Razzak.



Reply via email to