Hi,

I have a task which scan a sheet and especially which calculate the
amount of records.

for that, i have a Label which should be updated in permanence to
display the % already scanned.
however, my form only display 2 status.
the initialization to 0 and when it's done at 100 %.
how can i my the form update the label every time that it should normaly
be done.

something like :

initialization --> 0 % done
after xxx records scanned --> xxx % done
after yyy records scanned --> yyy % done
when it's finished --< 100 % done.

thanks for help.

Maileen