Page 1 of 1

Display a message while RowUpdated() is executing

Posted: Tue Apr 09, 2024 8:25 am
by dquinlan

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


Re: Display a message while RowUpdated() is executing

Posted: Tue Apr 09, 2024 9:37 am
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.