Display a message while RowUpdated() is executing

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
dquinlan
User
Posts: 29

Display a message while RowUpdated() is executing

Post by dquinlan »

Is there a way to display a message while my code in Row_Updated server event is executing?


mobhar
User
Posts: 11732

Post by mobhar »

I don't think so.

However, if you meant you want to display the success message after the code in that server event is executed, then you may use setSuccessMessage method that belongs to the current Page/Table object.


Post Reply