[web2py] list:reference get data

2017-06-03 Thread Winter Kryz
Hello everybody, I have this table with a list:reference to another table Movie = db.define_table('movies', Field('title','string', label = 'Title'), Field('date_release','integer', label = 'Date Release'), Field('duraction','integer', label = 'Duraction'),

Re: [web2py] Re: 'validate_and_insert' throws error each time on latest version where it was fine before on prev version

2017-06-03 Thread Jordan Ladora
Yes, I was able to reproduce with a fresh install of web2py- Here's what I did- - extracted new copy of web2py from DL src modified welcome app- in models/db.py commented out this block- if not

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-06-03 Thread Najtsirk
I checked this and I had pydal installed as a global module. When I removed it web2py's DAL works ok. On Saturday, 3 June 2017 18:30:05 UTC+2, Najtsirk wrote: > > +1 > Have this problem too! > > On Saturday, 3 June 2017 18:13:18 UTC+2, Maurice Waka wrote: >> >> Hi did anyone get to solve this

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-06-03 Thread Najtsirk
+1 Have this problem too! On Saturday, 3 June 2017 18:13:18 UTC+2, Maurice Waka wrote: > > Hi did anyone get to solve this error? I seem to be locked in it also > Regards > > On Monday, March 20, 2017 at 4:39:13 PM UTC+3, Santiago Cartasegna wrote: >> >> Are you trying to use a table that you

[web2py] KeyError issue: column.id Not found

2017-06-03 Thread Maurice Waka
I seem to have the same problem as highlighted in this: https://groups.google.com/forum/#!topic/web2py/oriec4bEAJQ The traceback is the same as mine. Has anyone solved the problem or found the origin of it? After updating my laptop, i now have the same. When ever i click on any table

[web2py] Re: 'Column table.id not found (SQLTABLE)'

2017-06-03 Thread Maurice Waka
Hi did anyone get to solve this error? I seem to be locked in it also Regards On Monday, March 20, 2017 at 4:39:13 PM UTC+3, Santiago Cartasegna wrote: > > Are you trying to use a table that you have defined in your database and > not in web2py? > If it is the case you must add an id field with

[web2py] Re: grid add/edit form label

2017-06-03 Thread Anthony
Oops, sorry, for some reason I wrapped the labels dict in a list -- should be: formargs={'amc_master': dict(labels={'lrrflg': 'Rate Revision'}), 'amc_details': dict(labels={'qty': 'Quantity'})} On Saturday, June 3, 2017 at 12:32:15 AM UTC-4, T.R.Rajkumar wrote: > > As said I did this

[web2py] Re: grid add/edit form label

2017-06-03 Thread icodk
In a controller that shows a grid/smartgrid, I have three parts.The first part is before the call to the SQLFORM.smartgrid, then next is the call to SQLFORM.smartgrid and the third part is after the call to SQLFORM.smartgrid. In the first part I inspect the request.args to figure out what the