Idea Progress Bar

3 posts / 0 new
Last post
randywb
Offline
Joined: 08/25/2022 - 11:54
Idea Progress Bar

I have a custom script I wrote that does a series of DB lookups where I am issuing a search command to a record set to find a value.  It works perfectly.  The only drawback is it may look as if the program is frozen.  Is there a way to build a progress bar into it while it is running.
Thanks,
Randy

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Randy, here is the code to create a progress bar in IDEAScript - https://ideascripting.com/Progress-Bar

randywb
Offline
Joined: 08/25/2022 - 11:54

Thanks,I will give this a try.
 
Randy