e.g. MinDate = #5/30/2013#
When I set the MinDate to a value the value is also set to MinDate.
With calStartDate
.MinDate = MinimumDate
.MaxDate = MaxDate
.SetToNullValue()
End With
Applying SetToNullValue does not reset the value to null/nothing. How can I ensure the value (default) is always set to NULL
When I set the MinDate to a value the value is also set to MinDate.
With calStartDate
.MinDate = MinimumDate
.MaxDate = MaxDate
.SetToNullValue()
End With
Applying SetToNullValue does not reset the value to null/nothing. How can I ensure the value (default) is always set to NULL
Telerik WnForms Q1 2013 SP1
VS2010