At 05:41 PM 4/27/2005, Dan Goldberg wrote:

I put a button on the form to delete a row. I have tried the "delrow"
in an eep to delete that row but it keeps asking to confirm the delete.

Is there a way to turn off the delete confirm message??

Dan,

Use the following PROPERTY command as "On After Start EEP":
(using R:BASE 7.1, 7.5 or V-8 "Turbo")

PROPERTY RBASE_FORM DONTSHOWDELETEDIALOG 'TRUE'
RETURN

That will suppress "Confirm Deletion?" confirming dialog box upon
closing the form. Very useful when using "DELROW" command as Custom
EEP, especially when customizing your application with your own way
of providing the option to delete rows. Use this option as
"On After Start EEP" in the related form.

Enjoy and make sure to have fun!

Very Best R:egards,

Razzak.



Reply via email to