Bryan - Gendev
Programmer
My apologies for such a 'dumb' question - my 73 y.o. brain cells aren't as agile as they used to be.
I have a progress bar in my new little app.
I wish to show a continuous output for the 'processing' part of the app.
The processing is in 2 parts
First part - a constant - leaves the progress bar at 35%
Second part is where I have the problem.
This is a scanning loop of a table of an unknown number of records.
So I will need to add a fraction to the bar after each record. If the bar starts at say point1 after the first part - what will the increment be after each record is processed in the loop?
Hoping someone can help - thanks!
GenDev
I have a progress bar in my new little app.
I wish to show a continuous output for the 'processing' part of the app.
The processing is in 2 parts
First part - a constant - leaves the progress bar at 35%
Second part is where I have the problem.
This is a scanning loop of a table of an unknown number of records.
So I will need to add a fraction to the bar after each record. If the bar starts at say point1 after the first part - what will the increment be after each record is processed in the loop?
Hoping someone can help - thanks!
GenDev