Hi,
I have a browse and each row has a button that starts a thread that will run for about 4-20secs.
The user clicks each row's button and triggers the thread.
Is there a way that I can update the calling browse page and update each row with progress info, either a information string or percentage?
Currently the threads write progress info to table, and the user has to click a refresh browse button to refresh the browse to see updates.
Works, but not nearly as sexy as auto updates would be.
Is using a timer the best answer here?
thanks
Johan