GithubHelp home page GithubHelp logo

Comments (4)

niphlod avatar niphlod commented on July 4, 2024

From [email protected] on December 04, 2011 14:04:01

This is a big can of worms. I will not happen soon

Status: Accepted

from web2py.

niphlod avatar niphlod commented on July 4, 2024

From [email protected] on August 07, 2012 12:17:26

I believe this was fixed. Can you check?

from web2py.

niphlod avatar niphlod commented on July 4, 2024

From [email protected] on August 07, 2012 13:41:26

Nope.

I tested but I got a following error.

Traceback (most recent call last):
File "C:\trunk\web2py\gluon\restricted.py", line 205, in restricted
exec ccode in environment
File "C:/trunk/web2py/applications/test/controllers/default.py", line 68, in
File "C:\trunk\web2py\gluon\globals.py", line 182, in
self._caller = lambda f: f()
File "C:/trunk/web2py/applications/test/controllers/default.py", line 13, in index
grid = SQLFORM.grid(db.EDTPOH00.PODOCS!="")
File "C:\trunk\web2py\gluon\sqlhtml.py", line 1606, in grid
field_id = tables[0]._id
File "C:\trunk\web2py\gluon\dal.py", line 7448, in getattr
return self[key]
File "C:\trunk\web2py\gluon\dal.py", line 7388, in getitem
return dict.getitem(self, str(key))

Models/db_table.py

db.define_table('EDTPOH00',
Field('POIMHF', length=1),
Field('PODOCS', length=3),
Field('POCTRL', length=20),
Field('PODIID', length=5),
Field('PODICD', length=20),
Field('PODDNO', length=22),
Field('POJDNO', length=8),
primarykey=['PODOCS', 'POCTRL', 'PODIID', 'PODICD','PODDNO'])

Controller/default.py

def index():
grid = SQLFORM.grid(db.EDTPOH00.PODOCS!="")
return dict(grid=grid)

Views/default/index.html

{{left_sidebar_enabled,right_sidebar_enabled=False,True}}
{{extend 'layout.html'}}

{{=grid}}

from web2py.

niphlod avatar niphlod commented on July 4, 2024

From [email protected] on August 07, 2012 13:47:31

I tested with "Version 2.0.0 (2012-08-07 14:30:28) dev"

from web2py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.