Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need to show message accordingly

Shadow123Sep 2 2016 — edited Sep 5 2016

Hi Guys

I appreciate if someone help me out.

I have form in which I have delete button, I write the following code on delete button

When new form instance code

execute_query

Delete push button code

DO_KEY('DELETE_RECORD');

KEY_Commit trigger

DO_KEY('DELETE_RECORD');

Rule

Now What I want is that when I will try to delete record  then after pressing save button and after save successfully  system shows message like 'Saved Successfully'

In case of update after updating data , when I push save button then system shows  "updated succesuuly"

Same thing happened with Delete

I appreciate if someone help me out. Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2016
Added on Sep 2 2016
11 comments
788 views