At 01:25 PM 8/28/2009, Dennis McGrath wrote:
How do I avoid the "Confirm delete" dialog that pops up automatically?
Here's how: Use the following PROPERTY commands as On After Start EEP. PROPERTY RBASE_FORM DONTSHOWSAVEDIALOG 'TRUE' PROPERTY RBASE_FORM DONTSHOWDELETEDIALOG 'TRUE' RETURN That's all there is to it! Have fun! Very Best R:egards, Razzak.

