Screen Refresh

I have a method that takes a few seconds and is called with the ONSHOW event. I would like to update a screen element throughout the method. However, only the last update is displayed (when the data is finally fetched).

Is there a screen refresh or repaint method?

Thanks

Bruce

There was a thread couple of weeks ago about needing to provide feedback but don’t believe anything specific available in current product. Have you tried using application.setStatusText() and application.updateUI() - this may proivide enough detail for your users.

Graham Greensall
Worxinfo Ltd