On Sun, Feb 24, 2002 at 10:54:37AM +0100, Loïc wrote:
Well as I just tell you in my previous post ;), it seems to me neither more, neither less logical since we can't know what is the last user action.
well: if the user action was: * typing in the field -> ignore the checkbox * check to box without emptying the field -> no changes, user should have deleted the contents too (logical?) * emptying field and checkbox: set field = '' (empty, not NULL) * emptying field and setting checkbox: set field = NULL
Olivier