Progress Bar - Run Time Error

klwu

Brainy!!
Local time
Tomorrow, 04:13
Joined
Sep 13, 2004
Messages
47
Hi, all

I am trying to make a progress bar from this thread , however I keeps getting this message: Run-time error '2763': ProgCtrl returned the error: Invalid property value.

When I go to debug, I found that this line of code

Code:
ctlProgBar.Value = intCount

is getting the error. Could anyone please help me on this? Thanks a bunch!
 
Did you set the min and max values of the Progress Bar? What is the value of intTime when it blows up?

This happens to me when my progress bar gets a value of 10000 when its max is set at like 100.

hth
 

Users who are viewing this thread

Back
Top Bottom