dataHttp progress
This event (callback function) is invoked at the moment when the user starts to download the xls file from the http. It monitores the downloading of the xls file. The parameter progress represents how many percents have already been downloaded. The values ranges from 0 to 100.
Example - Director
on dataHttp progress
put progress
end