Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thermometer Bar
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00941038
Message ID:
00941053
Views:
8
Thanks! That's what I was looking for.



>The number of files is dynamic, but currently there are 179. I'd like to iterate through a loop and update the progress bar, but I need a formula for doing so because after 100 files the progress bar closes.
>Anybody got any ideas?
>
>Expanding on what Sergey suggested, you need to tell the progress bar what percentage of the files have been copied, not the number of files. The formula should look like this: (nAlreadyCopied/nFilesToCopy)*100 and maybe even INT((nAlreadyCopied/nFilesToCopy)*100) to give it whole numbers from 1 to 100.
>
>HTH,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform