vincent wrote:
> When insert a null value in foreign key fields, an error occurs.
>
This is not a bug. The error occurs because you're trying to insert NULL
in a NOT NULL field (C_Group_Parent). Try to strip the NOT NULL from
C_Group_Parent field so you can insert NULL in it.
--
Euler Taveira de Oliveira
http://www.timbira.com/