master-detail relationship [message #82972] |
Wed, 23 July 2003 09:24 |
Anil
Messages: 80 Registered: September 2001
|
Member |
|
|
Please help...
I have a form with a master-detail relationship between two data blocks.
How to save changes(insert) only in detail block not in master block
|
|
|
Re: master-detail relationship [message #82982 is a reply to message #82972] |
Thu, 24 July 2003 01:09 |
Sun
Messages: 92 Registered: August 2002
|
Member |
|
|
Generally if u create a simple form with master detail relationship and save it should save both the master and detail.. If u have changed anything then it will be a problem..
|
|
|
Re: master-detail relationship [message #82983 is a reply to message #82972] |
Thu, 24 July 2003 01:14 |
Ali
Messages: 88 Registered: March 2000
|
Member |
|
|
u have master-detail relationship between two data blocks so u don't need to insert data in master block
u can insert only in detail block.
if u mind that u create record in detail without inserting in master then its impossible cauz ur foreign key nedd references other wise generate error parents record not found.
|
|
|