C2026-008 - Re-Architect RO.FST to include RO Modification date/time and use those when updating ROs from the RO.FST

Update ProgressBar & fix Already Checked out popup multiple times
This commit is contained in:
2026-05-11 14:42:48 -04:00
parent 45e78ef184
commit c5f1c3a340
5 changed files with 36 additions and 31 deletions
@@ -1319,10 +1319,10 @@ namespace VEPROMS
{
if (ProgressBar == null) return;
ProgressBar.Value = 100;
ProgressBar.Maximum = 100;
ProgressBar.Text = value;
txtProcess.AppendText(value);
ProgressBar.Text = value;
ProgressBar.Maximum = 100;
ProgressBar.Value = 100;
txtProcess.AppendText(value);
txtProcess.AppendText(Environment.NewLine);
txtProcess.AppendText(Environment.NewLine);