Ed,

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?

If true, we need to concentrate on what dDateTextBox is doing and when. At this point I haven't even looked at the code and don't even know if it is subclassing dTextBox or not, but IIRC it is. It is probably just making a call to SetValue() or GetValue() when it should be using the Value property (because dTextBox knows how to internally convert string to actual value when appropriate).


--
Paul McNett
http://paulmcnett.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to