[web2py] Re: Web2py 2.13.1 issues - SOLVED

2015-12-22 Thread greenpoise
Ok. I found what was going on. I really like the new look and what not. However, I had to change a lot of my field names because they were reserved words. So it was not the smartgrid having issues. On Tuesday, December 22, 2015 at 3:41:16 PM UTC-8, greenpoise wrote: > > > Is anyone else havin

[web2py] crud.update error on dynamic change field value

2015-12-22 Thread Relsi Maron
Hello guys, I use this javascript lib [1 ] to populate a form with geolocalization data [2 ]. It works very well in a crud.create form, but if I use it in crud.update form I get this error, when the

Re: [web2py] Re: multiple auth instances for one app

2015-12-22 Thread Mark Graves
Thanks Anthony. Those are the considerations I was looking for. Did you successfully implement this? -Mark On Tue, Dec 22, 2015 at 5:30 PM, Anthony wrote: > Some previous discussion: > https://groups.google.com/d/msg/web2py-developers/E9ug6m6WHhE/XkPjiojqTOIJ > > > On Saturday, December 19, 2

[web2py] Web2py 2.13.1 smartgrid issues?

2015-12-22 Thread greenpoise
Is anyone else having issues with smartgrid in version 2.13.1?? -- 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 a

[web2py] Re: multiple auth instances for one app

2015-12-22 Thread Anthony
Some previous discussion: https://groups.google.com/d/msg/web2py-developers/E9ug6m6WHhE/XkPjiojqTOIJ On Saturday, December 19, 2015 at 4:03:45 AM UTC-5, Mark Graves wrote: > > Hey everyone. > > Interesting question here. > > Has anyone ever used two instances of auth in the same app, on two > se

[web2py] Re: Default value of two references only one gets the value

2015-12-22 Thread Greenpoise
Fixed it by normalizing the tables. I had a duplicate with suppliercode. Thanks On Tuesday, December 22, 2015 at 3:08:08 PM UTC-8, Anthony wrote: > > db.define_table('supplier', >> Field('suppliercode',requires=IS_UPPER()), >> format='%(suppliercode)s') >> >> db.define_table('series', >>

[web2py] Re: Default value of two references only one gets the value

2015-12-22 Thread Anthony
> > db.define_table('supplier', > Field('suppliercode',requires=IS_UPPER()), > format='%(suppliercode)s') > > db.define_table('series', > Field('seriesname'), > Field('seriesdescription',requires=IS_UPPER())... > > db.define_table('product', >Field('series', 'reference series'), >

[web2py] Default value of two references only one gets the value

2015-12-22 Thread Danel Segarra
I have these: db.define_table('supplier', Field('suppliercode',requires=IS_UPPER()), format='%(suppliercode)s') db.define_table('series', Field('seriesname'), Field('seriesdescription',requires=IS_UPPER())... db.define_table('product', Field('series', 'reference series'), Fie

[web2py] Re: how to reference upload field within multiple table form

2015-12-22 Thread aetagothno
Update: I fixed the ticket error I was getting, it was because the name of the model file came before the db.py where I initialized it. Now I can see what the form is doing..and it is continually asking input for day1 repeatedly after every submit. -- Resources: - http://web2py.com - http://

[web2py] how to reference upload field within multiple table form

2015-12-22 Thread aetagothno
I have a form that opens a excel file template, all inputs in the form correlate to a cell within the template. When the form is submitted, the new excel file is saved for that user. I am trying to find the best way to implement the following: I want to open the existing uploaded file, and edi

Re: [web2py] Re: multiple auth instances for one app

2015-12-22 Thread Mark Graves
The basic use case is as such: 2 databases, 1 encrypted, 1 not 2 separate sets of users, 1 of which acts on the other set of users Some users from the unencrypted database have access to the encrypted database some do not. I'm aware that someone getting access to the app side could decrypt the

[web2py] Modal Class

2015-12-22 Thread piero crisci
Goodmornig I am not a developer but I tryed to modify the modal class I found at http://linuxapuntes.blogspot.it/2013/03/plugin-modal-bootstrap-web2py.html It only create a Div based on bootstrap 3 version for modal box, a close button and a create button. If you pass an url to create button it