At 11:52 AM 7/29/2004 -0400, Joel Solomon wrote:
I have a form that I access with the ENTER USING command. While in the form I use the DB Navigator control to save, delete, etc. When I save a record and then use ESC to leave the form, I get a dialog box asking to confirm that I want to 'save' the record.
There is no record to save, it is just a blank form. How can I fix this?
Joel,
Use the following PROPERTY command as "On After Start EEP":
PROPERTY RBASE_FORM DONTSHOWSAVEDIALOG 'TRUE' RETURN
That's all there is to it!
Enjoy and make sure to have fun.
Very Best R:egards,
Razzak.
