Mass import and OnProgress property
Posted: Tue Dec 04, 2018 9:47 am
Hello,
I try to use property to get a control during reading from Excel files with DirectRead set to false.
But it seems this functionality doesn't work properly. I mean - the procedure I use for OnProgress property is not called at all.
How can I get a control and show the progress bar to end user during a massive read of Excel files?
Michal
I try to use
Code: Select all
TXLSReadWriteII5.OnProgress
But it seems this functionality doesn't work properly. I mean - the procedure I use for OnProgress property is not called at all.
How can I get a control and show the progress bar to end user during a massive read of Excel files?
Michal