Another point about documentation: Entry for the seek method of dBizobj: seek(self, val, fld=None, caseSensitive=False, near=False, runRequery=True) What is the "self" given here as the first parameter? I only got the function to work when I dropped the self: bizRuns.seek(self.Form.txtRunID.Value,"run_id", False, True, True) (had an error saying I had too many parameters) Also, while near=True worked, I couldn't get runRequery to do anything. I had to add a requery to the form to refresh the grid. Jonathan
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
