showing notifications after edit

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
User avatar
pilandros
Veteran Member
Posts: 93
Joined: 2014-02-13 18:19

showing notifications after edit

Post by pilandros » 2014-03-07 21:19

When evaluating the function "table_before_update()" besides returning a FALSE response, is there any way we could send a "notification" message (like a shownotifications("Wrong parameter") ...) to warn the user on what the problem was?

Post Reply