B
bbcrock
I inherited a project that is badly coded.
I have a form with elements that are added together. The elements
cannot be null, but if the user deletes one, the field becomes null and
all calculations stop. the current format on the form element is
0.0;(0.0);-
How can I modify these fields to default to zero when the user deletes
the values in the field?
thanks,
Don
I have a form with elements that are added together. The elements
cannot be null, but if the user deletes one, the field becomes null and
all calculations stop. the current format on the form element is
0.0;(0.0);-
How can I modify these fields to default to zero when the user deletes
the values in the field?
thanks,
Don