Displaying progressbar from within code module

sconlon

Active Member
Licensed User
Longtime User
In a code module I have a routine that downloads a file from a website. This routine is called from a few different activity modules including Main. Within the routine I want to display a progressbar while the download occurs but can't figure out how to do this so that is displays on the separate layouts that the calling modules will have loaded, eg when called from Main layout MainLayout will be loaded but when called from activity1 then layout1 will be loaded.

Thanks for any suggestions.
 
Top