[web2py] Cannot see auth.signature fields in SQLFORM.grid

2019-01-18 Thread Arindam Dasgupta
Hi, I am trying to make a management interface for a table called orders with SQLFORM.grid. But it is not showing the User signature fields in the result. Here's what I mean : My Model: -- db.define_table('placed_orders', Field('order_id' , type='integer' , de

[web2py] Editing a compiled app

2019-01-18 Thread mostwanted
Is there a way for me to edit an already compiled app? I worked on an app, compiled it and distributed as a binary to a client, they are using it as a standalone app, after some time of using it they want me to make updates and change a few things, when i went admin there was no edit and there w

[web2py] How to fix error associated with not all arguments converted during string formatting

2019-01-18 Thread Константин Комков
That problem appeared when I connect to my firebird database and create there six tables for registration (auth_user,auth_group,auth_membership, auth_permission,auth_event,auth_cas). web2py Version 2.17.2-stable+timestamp.2018.10.06.18.54.02 Python Python 2.7.9: C:\Python27\python.exe (prefix: C:

[web2py] Re: decremental subtraction of values in DB field

2019-01-18 Thread Anthony
> > but let me ask this, isn't the formula for our fuelLogging_before_update() > function supposed to be: > *db.fuelLogging.Delta.compute = lambda r: (db.fuelLogging.ODO_Reading * > -1) + r.ODO_Reading* > considering that we are trying to make updates to the *Delta *value?? > Just wondering! >

[web2py] Re: Editing a compiled app

2019-01-18 Thread Anthony
Did you use "Pack compiled" to pack just the compiled files of the app, and then install that compiled version? If so, it does not include the original source files. Presumably you saved the source files somewhere, right? On Friday, January 18, 2019 at 8:22:13 AM UTC-5, mostwanted wrote: > > Is

[web2py] Re: Cannot see auth.signature fields in SQLFORM.grid

2019-01-18 Thread Dave S
On Friday, January 18, 2019 at 4:01:59 AM UTC-8, Arindam Dasgupta wrote: > > Hi, > I am trying to make a management interface for a table called orders with > SQLFORM.grid. But it is not showing the User signature fields in the result. > > Here's what I mean : > > My Model: > ---

[web2py] Re: Editing a compiled app

2019-01-18 Thread mostwanted
Yah I packed the compiled but i am not sure where i saved the source file! But i think i understand what you are saying, I am gonna have to look for the original source file ( sweating bullets)!!! Thanks Anthony On Friday, January 18, 2019 at 8:56:07 PM UTC+2, Anthony wrote: > > Did you use "P

[web2py] Re: Editing a compiled app

2019-01-18 Thread mostwanted
Yah I packed the compiled but i am not sure where i saved the source file! But i think i understand what you are saying, I am gonna have to look for the original source file ( sweating bullets)!!! Thanks Anthony On Friday, January 18, 2019 at 8:56:07 PM UTC+2, Anthony wrote: > > Did you use "P