On Sunday 22 February 2009 11:44:49 am Ed Leafe wrote: > Not surprising. Subclassing should have no effect; I don't know why > it was suggested that it might.
That wasn't what I was suggesting. I said it should work. But in the case that something was wrong in the subclass it would be best to make the simple change and use the real class in the code. The fact that dTextBox works tells me that the data field is working. The fact that dDateTextBox is able to save the data (apparently the calendar is not working correctly) tells me again the data field is working. Assuming that dMaskTextBox works with dates (and I think it does) then there is a setting that is wrong. It could be the mask, Regex,Format, PlainValue setting, or maybe the Dabo date format string. -- John Fabiani _______________________________________________ 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]
