Changeset 4043

Show
Ignore:
Timestamp:
04/16/2008 11:05:44 AM (3 months ago)
Author:
paul
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/biz/dBizobj.py

    r4042 r4043  
    10011001 
    10021002 
    1003     def seek(self, val, fld=None, caseSensitive=False, 
    1004             near=False, runRequery=False): 
     1003    def seek(self, val, fld=None, caseSensitive=False, near=False, runRequery=True): 
    10051004        """ Search for a value in a field, and move the record pointer to the match. 
    10061005