Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress Bar
Message
From
24/04/1998 16:38:36
Ray Watson
A Certified Electronics Co
Knoxville, Tennessee, United States
 
 
To
24/04/1998 15:09:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00094735
Message ID:
00094774
Views:
26
If you use the _TALLY var to update the ProgressBar, should work OK

FUNCTION UpdatePBar
IF _TALLY > ProgressBar.Max
ProgressBar = _TALLY * 2
ENDIF
ProgrssBar.Count = _TALLY
.
.
.

The syntax may not be correct but should give you an idea what I mean.
Previous
Reply
Map
View

Click here to load this message in the networking platform