NewfieGolfer
Technical User
My code runs too quick. I need to slow down the process. I have a percent count box that increases in value as records are viewed automatically. Along with the count there is a percent complete bar that suppose to increase as the percent count increases. If I step through the code it will display the bar.
The way I set up the completion bar was to have 20 rectangles that are invisible until a certain value occurs in the percent count control. But, the code runs so fast that there is not opportunity to see the bar increase, or become visible (at least that's what I think). You can see the percent counter increasing though. The code runs so fast that even the form which contains the percent bar and counter doesn't fully load.
Can someone help,
Thanks
NG