Lev Shlomo
Member
I am working on a application that list all table names in an SQLite DB the user select the tables he want to export. Then an EXCEL workbook is created and each selected table is exported into a separate worksheet. The application is working in general. I want to add a progress bar to the application to show the progress of the tables and for each table the records written.
I have the same application in VB6 and want to transform it to B4J. I try to look for an example of using the progress bar but can't find one.
I have the same application in VB6 and want to transform it to B4J. I try to look for an example of using the progress bar but can't find one.