Delete problem in master detail form [message #331356] |
Thu, 03 July 2008 02:07  |
athar.fitfd@hotmail.com
Messages: 193 Registered: October 2007 Location: pakistan
|
Senior Member |
|
|
Hi every one
i facing problem in deleting the record from master and details blocks from the same button that is resided in one of the blocks.
How can i achieve the functionality of deleting the record from a button in which the cursor is placed.
Thanks and Regards
Athar Rasheed
|
|
|
Re: Delete problem in master detail form [message #331367 is a reply to message #331356] |
Thu, 03 July 2008 02:40   |
averno9
Messages: 30 Registered: June 2008 Location: Spain
|
Member |
|
|
I don't recommend you to do it. Put as many buttons as you need, if you can with images and no letters. It's more clear for the end user.
But if you still need this, try using SYSTEM.CURRENT_BLOCK on a button trigger. I don't know if it will refer the block where the cursor is, or the block where the button is, try it and see what happens.
Good luck.
|
|
|
|