Master Detail Problem [message #197867] |
Fri, 13 October 2006 00:42 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ali1983
Messages: 13 Registered: October 2006 Location: Faisalabad
|
Junior Member |
|
|
Hello:-
I have a problem that I created a Master Detail Block Form. And Place all my buttons in Master Block. Now the Problem is when I select the detail record and want to delete by pressing my button which is in master block. It tries to delete the Master Record. I want solution that First Forms should get the Block Name in which my cursor is placed and then it should delete the record from the selected block.
Waiting 4 reply. Thanx in advance
|
|
|
Re: Master Detail Problem [message #197879 is a reply to message #197867] |
Fri, 13 October 2006 01:34 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Put your buttons on a control block. Make them 'not navigable' and use system.trigger_block to determine the block in which you are working.
David
|
|
|