Strange, I'm almost certain I tried form=SQLFORM.factory(db.mytable,record=db.mytable[row]) but couldn't get it to work. I shall try again. Thanks much, DenesL!
On Dec 12, 9:10 am, DenesL <[email protected]> wrote: > form=SQLFORM.factory(db.mytable, record=db.mytable[row]) > > but why not simply > form=SQLFORM(db.mytable, rowid) > ? > > On Dec 12, 12:37 am, weheh <[email protected]> wrote: > > > I neglected to mention that I also have a requires: > > > db.mytable.groups.requires=IS_IN_DB(db,'groups.id','% > > (name)s',multiple=True) > >

