C2023-002: When using RO Update Values feature, display message when other users are in Proms and don’t do update

This commit is contained in:
2023-01-18 16:31:35 +00:00
parent 7be346b6c8
commit 3661876626
6 changed files with 74 additions and 32 deletions

View File

@@ -89,8 +89,8 @@ namespace VEPROMS
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Procedures Currently Checked Out";
this.TopMost = true;
this.Load += new System.EventHandler(this.frmBatchRefreshCheckedOut_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBatchRefreshCheckedOut_FormClosing);
this.Load += new System.EventHandler(this.frmBatchRefreshCheckedOut_Load);
this.ResumeLayout(false);
}