Master detail [message #364339] |
Mon, 08 December 2008 01:06 |
aditiC
Messages: 38 Registered: February 2006 Location: INDIA
|
Member |
|
|
I have 2 data blocks having master-detail releationship. The default proocedures CLEAR_ALL_MASTER_DETAIL,QUERY_MASTER_DETAIL and ON_DELETE_CHECK_MASTER are present. my problem is that when i am entering the detail record(blk b) for 1 master record(i.e. blk a) and then want to enter detail record for next master record , the child records are not getting queried.
When i am going directly from the detail record i.e. blk 'B' to blk 'A' the record are not getting queried however if after entering the detail record i go the next record and then to the master block the form is wrkg fine.Please suggest something.
|
|
|
Re: Master detail [message #364519 is a reply to message #364339] |
Tue, 09 December 2008 00:06 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Have you written any code of your own?
I suggest starting again from scratch. Create your blocks and then the 'relations' between them. Verify the default behaviour and then make your changes.
I assume that there IS a relationship between the two tables.
David
|
|
|