
MaskEditBox fails with EMPTY table !
Hi, i have big problem:
i do form with MaskEdBox, filled with mask "##-##-####" and
format with "dd-MM-yyyy", and MaskEdBox is connected to ADO
recordset with DataSource & DataField properties.
When i update recordset, (if it contains more than one record),
all is OK.
But if i start Form, when table is empty, then error occurs:
"Can't bind maskedbox to datafield".
What can i do, for good working this ?
Greetings