Hi all. I have a powerbuilder app that runs from the scheduler to automatically generate PDFs from datawindows, hence no messageboxes, etc.
When I added some messageboxes to debug, the app worked. When I remove those, it hangs. I suspect that the message boxes allowed other threads to process, kind of like do_events() from VB. Is there a similar function in powerbuilder? How do I get the same effect as the messageboxes, while not popping up message boxes?