If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!


  • 0
    rem  11 years ago

    The line which begins:

    form = SQLForm.grid(query=query, fields=fields,.......

    generates an error because who knows what the heck an SQLForm.grid is....?

     

    It should be written as:

    form = SQLFORM.grid(query=query, fields=fields,.....

     

    Thanks!

    replies (1)
    • rahuld 11 years ago

      Done. Thanks!

Commented on:

This is a slice that lets the user start up with SQLFORM.grid. It has basic examples that make the job of getting started easy. The syntax for SQLFORM.grid is derived from source here [http://code.google.com/p/web2py/source/browse/gluon/sqlhtml.py#1376].

Hosting graciously provided by:
Python Anywhere