I have an issue with the progress bar disappearing intermittently in certain procedures.
This happens in more than one StartProcess/MakeFile pairing
Situation
The database is MSSQL
I start the memory form that calls the MakeFile procedure.
I enter parameters and click the Start button.
The progress bar displays with a percentage of 1
At this point 2 things can happen
1. The progress bar continues displaying incrementing percentages and at the end of the MakeFile procedure the download message link displays
2. The progress bar disappears but the MakeFile procedure continues in the background and the file is created as a $$$$ file but no link appears.
In situation 2. under certain circumstances starting the memory form from the menu again without pressing the start button on the form results in the progress bar reappearing and operating normally.