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:
@@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user