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.

I thought this might bite me too, so I wanted to extend the test script
with date fields and dDateTextBox instances, but it doesn't work right
from the start:

s...@elend:~/bin/dabo_sib> python test_null_db.py
Traceback (most recent call last):
  File "test_null_db.py", line 7, in <module>
    con = dabo.db.connect(dbType="sqlite", Database=":memory:")
AttributeError: 'module' object has no attribute 'connect'

I don't remember this sort of call from other Dabo applications. Is this
very new?

Platform: GTK
Python Version: 2.6 on linux2
Dabo Version: Version 0.9.2; Revision 5402M
UI Version: 2.8.9.2 on wxGTK (gtk2)

Greetings
Sibylle

-- 
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]

Reply via email to