B2024-058-RevisionDate-field-Print-dialog
This commit is contained in:
		@@ -1235,6 +1235,11 @@ namespace VEPROMS
 | 
			
		||||
			{
 | 
			
		||||
				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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user