tablename_before_insert messages to the screen

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
fuzznet
Posts: 1
Joined: 2013-09-03 08:48

tablename_before_insert messages to the screen

Post by fuzznet » 2013-09-03 08:51

I am using tablename_before_insert & tablename_before_update hooks to check
the data before insert and update.
If based on my checks I do not wish to insert or update,
I return FALSE.

Up to here all ok.

However,
how do I show a message on the screen that no insert or update took
place ?
What happens now is that I return FALSE, but on the screen the
user sees a "Successful" notification.

Post Reply