I have a form which instantiates a custom class which uses OLE to go and get loads of info from another application.
When the user hits the command button, the code goes off and builds the object which can take a long time.
I have used progress bars successfully but only when the code is inside the form and you can increment the bar at the end of each loop.
Is it possible to display a progress bar on the form to show the progress of the class module code executing?
When the user hits the command button, the code goes off and builds the object which can take a long time.
I have used progress bars successfully but only when the code is inside the form and you can increment the bar at the end of each loop.
Is it possible to display a progress bar on the form to show the progress of the class module code executing?