Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thermometer for SQL-SELECT statement ???
Message
From
24/12/1998 10:14:04
 
 
To
22/12/1998 17:06:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00169850
Message ID:
00170258
Views:
16
Remco,

Found this in the knowledgebase.

Thanks,
Dan

thisform.oleProgressbar.Maxvalue = reccount() && or whatever you want
select *, updatevalue()
from table;
where condition;
into cursor tmp

with thisform.oleProgressBar
.Value = .MaxValue
endwith

function updatevalue
with thisform.oleProgressBar
.Value = _tally
if .Value >=.MaxValue
.MaxValue = .Value*2
endif
endwith
Previous
Reply
Map
View

Click here to load this message in the networking platform