Mater Detail Delete [message #78550] |
Fri, 01 March 2002 09:45  |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
Hello,
I have tabular records on a master detail form. Under a Delete button I have 'DELETE_RECORD;'. When I try to delete, I get the error message "Cannot delete Master when details exist". Is there any way to use DELETE_RECORD with CASCADE? Or something along those lines?
Thanx
T
|
|
|
Re: Mater Detail Delete [message #78552 is a reply to message #78550] |
Fri, 01 March 2002 18:45  |
rama krishna
Messages: 97 Registered: December 2001
|
Member |
|
|
hi,
if u have a relation created between a master and detail block, get into the properties of the relation.
the default relation type is non-isolated, change it to Cascading, i think this will solve ur problem....
cheers
ram
|
|
|