Hi Anthony,

Ough, it must have been my focus on the modal window that made me overlook 
this :-(
Thanks for your reply.

Kind regards,

Annet.

row is actually a DAL Rows object -- if you want a Row object, you have to 
> select a specific row. Try:
>
> row=db(db.EventList.id <http://db.eventlist.id/>==request.args(0)).select(
> db.EventList.ALL).first()
>

Reply via email to