- Luiz Marques
- PowerBuilder
- Thursday, 22 November 2018 09:51 AM UTC
Hello Everyone,
I'm working on an application using powerbuilder 2017 R3 and I need to use the timing object to run a specific process every X seconds. This application do not have a window and because of that I'm using the timing object rather than the window timer.. On the application open script I created a timing object instance like below, but the timer event on the timing object was never triggered.
iu_timing_batch = CREATE u_timing_batch
u_timing_batch.start(10) --I would expect that every 10 seconds run the scripts on the timer event on the timing object until I "stop" the timer
Anyone have already worked with timing object in an application without window and could give some advise on how to do that ?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.