Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thermo
Message
 
 
To
07/05/2002 07:32:00
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Re: Thermo
Miscellaneous
Thread ID:
00653418
Message ID:
00653757
Views:
17
Try this:
*****************
clos data
use mytable exclu
count to kk
index on field1+field2+tield3 tag tagname of mytable additive for evolucion()
clos all

function evolucion
wait wind str(recno()*100/kk,10,4) nowait
return .t.
********************************
You can add a progressbar and use the result of recno()*100/kk as the value..

HTH


>i have a LARGE table that i pack and then index on about 4 different Tags... - i would like to have a thermometer on the form that is in the foreground while the table is worked on... which is fine - but i would also like a thermomator running on the form showing progress... any ideas? i have played with the one that comes with Fox7 but have not had any luck yet - how do i get it to work while a table is being packed and indexed? an example if anyone has one would be great!!! :-)))
Previous
Reply
Map
View

Click here to load this message in the networking platform