|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Delete Record to Table [message #510452 is a reply to message #510448] |
Mon, 06 June 2011 02:14 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I was talking about these buttons:
On your screenshot, there are two "Delete" buttons. One is on a "large" (Buy-Off Transactions window) and another one on "small" (REWORK) window.
Which one did you push?
I suppose that, if you are in "Buy-Off Details" block, positioned in the second record (Line No = 2, "Die Elec...") and push "Delete" (this one: SAVE DELETE Cancel), that very record is removed from block. Also, if there's COMMIT (COMMIT_FORM) in WHEN-BUTTON-PRESSED trigger, it is deleted from a table (otherwise, you should manually save changes you've made).
Your screenshot: if you are now in REWORK window and push that DELETE button, nothing would happen because - there are no records in that block (Code - Description - Qty items are empty).
-
Attachment: toolbar.png
(Size: 7.52KB, Downloaded 1134 times)
|
|
|
|
|
|
|
|
|
|
|
Re: Delete Record to Table [message #510651 is a reply to message #510646] |
Tue, 07 June 2011 02:09 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Also worth noting that oracle form builder help is incredibly comprehensive - It gives for listing for every builtin with examples, as well as having topics on every concept of how forms work. Make use of it.
|
|
|
|
|
|
|
|
|
Re: Delete Record to Table [message #510683 is a reply to message #510680] |
Tue, 07 June 2011 04:42 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
delete_record is not, in any meaningful sense, a query. It's a command, or a builtin. If you refer to such things as queries you're going to confuse people.
|
|
|
|