On Monday 15 August 2005 18:57, Paul McNett wrote: > Change line 750 in datanav/Page.py to: > #classRef = dabo.ui.dDateTextBox > classRef = dabo.ui.dTextBox > > ... and then run the datanav test against that webtest database of your > ftp uploads. I believe that the standard dTextBox isn't showing the > problems that the dDateTextBox is (even though it doesn't have all the > features that dDateTextBox has). Can you confirm this?
It still has problems. It seems to stem from the continuous conversion between unicode, wx._misc.DateTime and datetime.datetime. I'm still playing with various combinations to find a way to work with the various formats and still push the correct value back to the database. -- -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
