The grid.view_form is just a SQLFORM with readonly=True, and its "record" 
attribute is just a Row object, which does not store any field labels. 
Instead, you can do db.mytable.field_name.label to get the label for each 
field.

Anthony

On Wednesday, July 29, 2015 at 9:32:32 AM UTC-4, Gael Princivalle wrote:
>
> Hello all.
>
> Is there a way to retrieve an header name in a grid single record view?
> I've tried with .header without success.
> {{if request.args and request.args[-3] == 'view':}}
>     {{=P(grid.view_form.record.field_name.header)}}: {{=P(grid.view_form.
> record.field_name)}}
> {{else:}}
>     {{=grid}}
> {{pass}}
>
>
> Thanks!
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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/d/optout.

Reply via email to