Server side timer for web app

In Parameters of the AppTimer_Control method, in the right hand side column of the IDE add :

Sender as Timer

That’s it.

Thank you all

The fact was that msgbox does not pop up in the scene, and that confused me in the first place. But I tested with a log file with the activity every 10000 ms and it works perfect.

Also, it seems that session.properties al nil during the launching and until somebody opens a session, which was causing another issue with the log method. This was solve that by creating two log methods, one for the session related activities, another for the app related activities.

The objective is to have the app related activities mailing to users when reminders needed.

Thanks a lot!

You cannot have a WebDialog pop up without a session.

is exactly what I found out!
thanks