John wrote: > Look like Larry discovered the issue. Line 240 of dDateTextBox.py > if orig is None: > if isDateTime: > self.Value = datetime.datetime.now() > else: > self.Value = datetime.date.today() > > So you are setting the value (recall I'm setting to None). Paul was this > some > code you missed?
Probably. Can you experiment with commenting these out? Paul _______________________________________________ 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]
