"Sibylle Koczian" <[email protected]> schrieb: > Ed Leafe schrieb: > > On Sep 26, 2009, at 10:23 AM, Ricardo Aráoz wrote: > > > >> I have these dates in my sqlite db, their default values are Null. > >> So in > >> my form they are displayed as empty dDateTextBox (es), when I press > >> 'c' > >> the calendar appears and I choose a date. When the dDateTextBox has a > >> value if I double click on the control the calendar will appear. Now, > >> when my date field values are Null and I double click on them I get an > >> exception : > > > > > > That's a know bug; Paul entered it as an issue recently: > > > > http://trac.dabodev.com/ticket/1284 > > > It's not quite the same: the problem in the ticket concerned textboxes > and table columns with numerical data type. No dDateTextBox and no date > field in the test script. >
Small addition: I just tried with a Dabo application on Windows using Firebird, which has date fields with default value NULL. Not quite the same behaviour: double clicking if the field is filled in brings the calendar, but double clicking on an empty date field doesn't do anything at all. No exception either. I started this from a command window to see eventual error messages. So I suspect there is a problem with sqlite and its field type behaviour. Greetings Sibylle -- Dr. Sibylle Koczian _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
