dabo Commit
Revision 4885
Date: 2008-12-27 08:01:46 -0800 (Sat, 27 Dec 2008)
Author: Ed
Trac: http://trac.dabodev.com/changeset/4885
Changed:
U trunk/dabo/ui/uiwx/dForm.py
Log:
Fixed a bug that could prevent navigation when focus remained in the same
textbox since the previous navigation.
Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2008-12-22 23:00:00 UTC (rev 4884)
+++ trunk/dabo/ui/uiwx/dForm.py 2008-12-27 16:01:46 UTC (rev 4885)
@@ -229,7 +229,7 @@
biz = self.getBizobj(dataSource)
oldRowNum = biz.RowNumber
- if not self.activeControlValid():
+ if self.activeControlValid() is False:
# Field validation failed
return False
err = self.beforePointerMove()
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]