In an Add new record window, how can I set each numeric field to prefill zero values?
At present, if not all numeric fields are filled in by the user, the app responds with "The **** field is required."
I figured out the problem.
I simply needed to make numeric fields nullable.
I hadn't realized before that numeric fields aren't automatically set to zero or null.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.