not sure what tbxRevDate_Validating code is used for:
private void txbRevDate_Validating(object sender, EventArgs e)
{
string x = "";
x = "this is it";
}
2 comments:
1) add a comment for the bug/ccr from CSM for change
2) not sure what tbxRevDate_Validating code is used for:
private void txbRevDate_Validating(object sender, EventArgs e)
{
string x = "";
x = "this is it";
}
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
B2024-058 Revision Date field Print dialog. Added validation to make sure a date is entered in the correct format.
2 comments:
private void txbRevDate_Validating(object sender, EventArgs e)
{
string x = "";
x = "this is it";
}
Code review completed successfully
Tested with version 2.2.2408.1412 and verified the "Invalid Format" message box displays if an invalid date is entered into the Rev Date field.