At 11:23 PM 8/5/2004 +0000, Bernie Corrigan wrote:

Hi All -

        RBW 6.5++: Is there any way to suppress the
Save Your Changes dialogue box that pops up when
exiting a form after editing and making changes in
a record?  I want to make the changes and go back
without costing the user the hassle of an additional
click or keypress.


Bernie,

Using 6.5++ for Windows:

Place a Push Button [Done] with the following EEP:

SAVEROW
CLOSEWINDOW
RETURN

Using 7.1 for Widows:

On After Start EEP:
PROPERTY RBASE_FORM DONTSHOWSAVEDIALOG 'TRUE'
RETURN

Hope that helps!

Very Best R:egards,

Razzak.



Reply via email to