dabo Commit
Revision 4043
Date: 2008-04-16 11:05:44 -0700 (Wed, 16 Apr 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4043

Changed:
U   trunk/dabo/biz/dBizobj.py

Log:
Flipped seek()'s runRequery() default argument to True, per discussion on 
dabo-dev.


Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py   2008-04-16 18:03:55 UTC (rev 4042)
+++ trunk/dabo/biz/dBizobj.py   2008-04-16 18:05:44 UTC (rev 4043)
@@ -1000,8 +1000,7 @@
                        raise dabo.dException.RowNotFoundException, _("PK Value 
%s not found in the dataset") % pk
 
 
-       def seek(self, val, fld=None, caseSensitive=False,
-                       near=False, runRequery=False):
+       def seek(self, val, fld=None, caseSensitive=False, near=False, 
runRequery=True):
                """ Search for a value in a field, and move the record pointer 
to the match.
 
                Used for searching of the bizobj's cursor for a particular 
value in a




_______________________________________________
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]

Reply via email to