This commit is contained in:
@@ -843,6 +843,15 @@ namespace VEPROMS
|
||||
ppRTxtName.Focus();
|
||||
}
|
||||
|
||||
private void ppRTxtName_Leave(object sender, EventArgs e)
|
||||
{
|
||||
if (ppRTxtName.Text == null || ppRTxtName.Text == "")
|
||||
{
|
||||
MessageBox.Show("Cannot have a blank Name.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user