Użytkownik Ed Leafe napisał: > On Jan 16, 2010, at 3:14 PM, Jacek Kałucki wrote: > > >> How can I enter null/empty date into dDateTextBox? >> > I don't believe that there is any way to type "null". Instead, I would > bind a keystroke (say, Control-0) to a method that sets the control's Value > to None. > >
I have another suggestion Ed. You may add to dTextBoxMixin, attribute AllowNullDates and instead raising ValueError exception, allow null dates. -- Regards Jacek Kałucki _______________________________________________ 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]
