did you try using query ?

e.g. 
query=(db.project.created_by==auth.user) & (db.project.is_active==True)
grid=SQLFORM.grid(query, user_signature=False, onupdate=auth.archive)

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to