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 <denes1...@yahoo.ca> 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 <richard_gor...@verizon.net> 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