alarm message

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 97

alarm message

Post by ahmed7 »

hello
I want a way to make alarm message for some event such as expire date in records , and this alarm appear in list page when date been expire.
I hope to get some help please
thanks


MichaelG
User
Posts: 1095

Post by MichaelG »

You can use the Page_* server events to set warning message to the page. For example:

WarningMessage = "my warning message";

Read:
https://aspnetmaker.dev/docs/#/customsc ... ver-events


ahmed7
User
Posts: 97

Post by ahmed7 »

So is there any way to put these messages in inbox to read them later for v21?


MichaelG
User
Posts: 1095

Post by MichaelG »

Explain what you mean by "inbox".


ahmed7
User
Posts: 97

Post by ahmed7 »

I meant every warning messages will be in notification box to show each of these messages when open this book.


MichaelG
User
Posts: 1095

Post by MichaelG »

Check out Tools -> Advanced Settings -> Use Bootstrap Toast message.


Post Reply