![]() |
Sergey Kornilov admin 10/24/2006 |
I guess you can use BeforeAdd event and the following code: if dict("FieldName")="" then dict("FieldName")=NULL |
R
|
rgke author 10/25/2006 |
I tried that, but get the following error. |
R
|
rgke author 10/27/2006 |
Having investigated this further, I have found a work around by using SQL triggers rather than default values. |