On 20 November 2012 13:05, vivek <vi...@digambernath.org> wrote:

> Hi ,
>       I have a grid , with links to pages which has another grid.
>
> constraints = {'db.lead':qcomm}
>     form = SQLFORM.smartgrid(db.lead,constraints = constraints,deletable=
> False,details=False, links = [lambda row: A(SPAN(_class='icol-comment'),
> _href=URL("lead","comm",args=[row.id])),lambda row: A(SPAN(_class=
> 'icol-connect'),_href=URL("lead","convert",args=[row.id]))],csv=False)
>     return dict(form=form)
>

try: args = row.id  (without [])


Regards
Johann

-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 



Reply via email to