I am trying to locate where the SQLFORM.smartgrid default styles are
located in my web2py project.
Any help would be appreciated
*cheers
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving
Hello I am probably going about this wrong.
But I am wondering if it is possible to do something like this with SQLFORM
so I can pass on successful submission an update saying confirmed = False
@auth.requires_login()
def edit_listing():
listing_id = request.args(0)
query = db((db.listin
Hello I am trying to figure out how to do a query where given the region of
an entry in a database show entries from categories where people have
chosen that region.
I have atm this database code
db.define_table('listing',
Field('userinfo',db.auth_user,default=auth.user_id,
writable=False,
3 matches
Mail list logo