SLIDER.FSL
Grant Carpenter
71412,3046

NOTES:
==================================================================
This form uses a little slider bar to indicate completion status.
I use it for longer queries and/routines to keep the user informed
as to how much longer they can sit on their hands (With 4MB that 
seems to be not too uncommon...). Anyway the code isn't especially
well documented, but it is very straightforward. The key is the 
custom method TopBar.Grow() which looks for a number (1-100) 
representing the percentage complete, and then scales the bar 
accordingly. For purposes of demonstration, the Start button tests 
the slider with a for loop that passes 1-100 to TopBar.Grow(), but
you could have another routine call it at various intervals to
signal completion status. It's a simple little deal, the Start
button probably took up more of my time, but it works...