Hi,
Nope that didnt work, the result is the same
On Tuesday, November 20, 2012 6:10:25 PM UTC+4, Johann Spies wrote:
>
> On 20 November 2012 13:05, vivek <[email protected] <javascript:>>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)
>
>
--