> discussed this item before and it is my recollection > (I could be wrong) that > someone submitted it to RBTI as an enhancement. > In my case, on row exit I check to see if the date > is NULL, if it is, the > user is prompted to enter a date and save the row.
I believe that I submitted that as an issue some time ago (I'll have to check). The problem is that the date pickers (DB and Variable) do not support NULL values -- they can't display them, and once you set a value with them there's no way to NULL it out again. I've stopped using them in any case where a NULL value might be expected. I use them only where I require and predefine values. -- Larry
