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