At 03:00 PM 10/2/2004 -0700, Larry Lustig wrote:

In a form I have a button EEP that issues, among other things,
a DELROW to delete the current row.  I get the message Confirm
Deletion?  Is there any way to suppress this (I have already
had the user confirm, and done some other stuff, so it isn't
really possible to stop the deletion at this point).


Use the following PROPERTY command to delete it eloquently!

PROPERTY TABLE <FormTableName> 'DELETE'
RETURN

For complete details on TABLE related PROPERTY commands:

01. http://www.rbase.com/property (FREE Online Syntax Builder)
02. Property Encyclopedia - FormProperties.PDF
03. R:Docs - the Syntax Builder and more (Annual Subscription)

Very Best R:egards,

Razzak.



Reply via email to