On Tuesday, April 26, 2011 10:39:00 am Paul McNett wrote: > On 4/26/11 10:35 AM, John Fabiani wrote: > > I have NOT determined what if anything has the > > actual value. > > The actual string value typed by the user and presently being displayed in > the textbox is self.GetValue() (the wx method). > > Paul
Sorry Paul but does it not appear to work. When I use the following I get the old value. actual_val = self.GetValue() The old value = 04/25/2011 The typed value = 02/31/2011 As you can see there is not a day 31 in Feb. But actual_val reports 04/25/2011. Could it be that somewhere in the Dabo framework there is a some check that fixes the date before the LostFocus fires? Johnf _______________________________________________ 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]
