B2024-058-RevisionDate-field-Print-dialog #390
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "B2024-058-RevisionDate-field-Print-dialog"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.