Hi, I have PowerBuilder application (2019 R3 build 2703) that is running as service. But lately that program start having issues. Sometimes it runs as service but sometimes it doesn't. I know the reason why program does not run as service; it happens because window object that program is using doesn't 'loads'. Open event of the window object never executed and any other codes as well. I do not know if I ever be able to find the real reason why this problem happens and how long it may take, so I decided remove window object from the program and use NVO instead. The only concern I have, my program is using Timer event of the window to check/execute some codes in the specified interval. As far as I know Timer event is available only for the window object. So, if my program will not have window then how codes that need to be executed in the specified interval will be triggered in that case? Is there any other 'mechanism' in PowerBuilder that can trigger Timer event without using window object? What are my options? Thank you in advance for you time and help.