Page 1 of 1

Error: Field <field_name> must have a value

Posted: Sat 18 Oct 2008 15:24
by ply
I converted components from myDAC to uniDAC.
Now when I try to post new record, an error occurs for every field where I haven't assigned value.
Previously NULL value was automatically converted to "" (string with length=0)

How can I return previous behaviour?
Otherwise I need in all forms to assign zero-length strings to all string fields.

Posted: Mon 20 Oct 2008 14:47
by Plash
Try to set the RequiredFields option of TUniQuery to False.