I had some manual data forms with f.e. a date time control. When saving i do not use the submitform command but manually patch the data in the record. If the date time control is blank until some time ago that was no problem f.e.I would use
dPlanDatum_1.SelectedDate + Time(Value(HourValue1_3.Selected.Value); Value(MinuteValue1_3.Selected.Value)
which does not compute if the controls are blank.
But since a while back the record is just not saved without any error message.
I find this strange since normally if anywhere i have a line of code that puts a wrong data type in a field my whole app lights up with red lines, even to the point where i cannot correct it anymore without closing the app and restarting the edit session.
I can't imagine this is by design.

Report
All responses (
Answers (