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)

Reply via email to