Re: [web2py] Re: SQLFORM grid and smartgrid

2011-09-14 Thread Jim Steil
Again, found to be a typo on my end. I should give it up for the night -Jim On 9/15/2011 12:12 AM, Jim Steil wrote: Ok, found the problem. I was missing an 's' in the line: memberTag.memberId.requires = IS_IN_DB(db, db.member.id, '%(firstName) %(

Re: [web2py] Re: SQLFORM grid and smartgrid

2011-09-14 Thread Jim Steil
Ok, found the problem. I was missing an 's' in the line: memberTag.memberId.requires = IS_IN_DB(db, db.member.id, '%(firstName) %(lastName)s', zero=('select member')) Should have been: memberTag.memberId.requires = IS_IN_

Re: [web2py] Re: SQLFORM grid and smartgrid

2011-09-14 Thread Jim Steil
I'm using the new format of the google group and see them as attachments at the bottom of the post. I can create new ones if that helps? -Jim On 9/14/2011 10:07 PM, Massimo Di Pierro wrote: I do not see the screenshot. :-( This should work, although may not work the way you want. On Sep