Lev Shlomo
Member
I wrote an application that display a main panel in which the user locate a SQLite DB.
then I have a listview in which I show a list of the tables.
the user select which tables he want. Then I want to export them to EXCEL sheets.
All the above is written and work.
I have a code module in which I have a sub that is called by the main.
in this Sub I have a loop that run on the list of tables selected.
and for each he calls another Sub that export the specific table to excel.
I created a form for the progress bar. and put on it 2 labels and 2 progress bars.
for this I created a Class module in which I init and handle the Progress Bar.
I have a Sub that show the form another that close it and one that update the label and progress of the relevant bar.
I selected 2 tables that have about 7200 records each. The process complete excel created. But progress bar did not show at all.
I will appreciate any help solving this issue.
then I have a listview in which I show a list of the tables.
the user select which tables he want. Then I want to export them to EXCEL sheets.
All the above is written and work.
I have a code module in which I have a sub that is called by the main.
in this Sub I have a loop that run on the list of tables selected.
and for each he calls another Sub that export the specific table to excel.
I created a form for the progress bar. and put on it 2 labels and 2 progress bars.
for this I created a Class module in which I init and handle the Progress Bar.
I have a Sub that show the form another that close it and one that update the label and progress of the relevant bar.
I selected 2 tables that have about 7200 records each. The process complete excel created. But progress bar did not show at all.
I will appreciate any help solving this issue.