B2024-058-RevisionDate-field-Print-dialog #390

Merged
kruffing merged 5 commits from B2024-058-RevisionDate-field-Print-dialog into Development 2024-08-14 12:04:37 -04:00
Showing only changes of commit d7f829737a - Show all commits

View File

@ -1235,6 +1235,11 @@ namespace VEPROMS
{ {
txbRevDate.Focus(); txbRevDate.Focus();
} }
else
{
DateTime initSelDate = (txbDate.Text != null && txbDate.Text.Length != 0) ? Convert.ToDateTime(txbDate.Text) : DateTime.Today;
calDateSelector.DisplayMonth = calDateSelector.SelectedDate = initSelDate;
}
} }
private void txbRevDate_Validating(object sender, EventArgs e) private void txbRevDate_Validating(object sender, EventArgs e)