if you use Massimo's suggested code:

db.TaxonomyDetail.objectID.represent =  lambda id, record:A(record.objectID,
 _target = "_blank", _href = URL('manage_object_super_type',id))

Then in ' manage_object_super_type'  do something like this:



def manage_object_super_type(): ##
    data = crud.read(db.ObjectSuperType.id ==request.args(0))
    #grid = SQLFORM.smartgrid(db.ObjectSuperType),
    #return dict(grid=grid)
    return(dict(grid=data)

Regards
Johann

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

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to