Can I create own progressbar for import process?
Yes, of course, you can create an alternative progressbar instead default animated status dialog. For this task you may in OnAfterRecordEvent to check a Statistic property. This property contain any information which you need – number of loaded records, number of errors, number of added/updated/deleted records etc Also there you’ll find the LastAction sub-property (is a last record is added or updated or deleted) and Result which you can to check for errors or cancel process (by user).