[web2py] 2012 R2 web2py installation

2017-01-16 Thread Andrea Fae'
Hello, I symply installed: - python 2.7.13 - web2py 2.14.6 from source code on Windows 2012 R2 with IIS installed If I type from cmd "python web2py.py" the GUI interface appears, it ask me the admin password, I type and all is working If I type from cmd "python web2py.py -a 'password' and I star

[web2py] Re: mixing ldap Active Directory authentication and local authentication

2017-01-14 Thread Andrea Fae'
No people answering? please... Il giorno giovedì 12 gennaio 2017 15:23:28 UTC+1, Andrea Fae' ha scritto: > > Hello, > I want to use both local and domain AD authentication. > I did the job but I want to see Profile and change password ONLY for local > users and not for domai

Re: [web2py] add_button to go to the previous page

2017-01-12 Thread Andrea Fae'
gt; On Thursday, January 12, 2017 at 7:55:26 PM UTC+5:30, Andrea Fae' wrote: >> >> I don't know what is the previous page because this page can come from >> different pages...this is the problem...I want to reference the previous >> page... thank you >> >>

Re: [web2py] add_button to go to the previous page

2017-01-12 Thread Andrea Fae'
ton("Annulla",URL('default','index')) > > 2017-01-10 8:47 GMT-02:00 Áureo Dias Neto >: > >> with this: >> >> form.add_button("Annulla",URL( 'CONTROLLER' , 'FUNCTION_NAME' )) >> >> 2017-01-10 8:44 GMT-02:

[web2py] mixing ldap Active Directory authentication and local authentication

2017-01-12 Thread Andrea Fae'
Hello, I want to use both local and domain AD authentication. I did the job but I want to see Profile and change password ONLY for local users and not for domain users. How to do? Thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2

[web2py] add_button to go to the previous page

2017-01-10 Thread Andrea Fae'
I have this situation form = crud.update(db.pc, pc, onaccept=crud.archive, deletable=False, next='lista_pc') form.add_button("Annulla",URL('lista_pc')) I want that button "annulla" go in the previus page, not in the 'lista_pc'. How to do? thank you -- Resources: - http://web2py.com - http:/

[web2py] Re: Smartgrid headers not working

2017-01-05 Thread Andrea Fae'
7;: {'sede.nome': 'Struttura', 'sede.is_active': 'Attivo'}} > > Anthony > > On Wednesday, January 4, 2017 at 11:15:29 AM UTC-5, Andrea Fae' wrote: >> >> I have this situation: >> >> headers={'sede.nome':&#

[web2py] Smartgrid headers not working

2017-01-04 Thread Andrea Fae'
I have this situation: headers={'sede.nome':'Struttura','sede.is_active':'Attivo'} exportcls = dict(csv_with_hidden_cols=False, xml=True, html=False, json=False, tsv_with_hidden_cols=False, tsv=False) grid = SQLFORM.smartgrid(db.sede,linked_tables=['uo','pc'],fields=[db.sede.nome, d

[web2py] Re: grid exportclasses not work in recent version

2017-01-04 Thread Andrea Fae'
Now only csv and xml export are visible. But I have another problemheaders not working Il giorno martedì 3 gennaio 2017 18:26:14 UTC+1, Anthony ha scritto: > > On Tuesday, January 3, 2017 at 11:02:22 AM UTC-5, Andrea Fae' wrote: >> >> What does it mean exactly? >>

[web2py] Re: grid exportclasses not work in recent version

2017-01-03 Thread Andrea Fae'
What does it mean exactly? I have this but in the view export is exposed totally... why? grid = SQLFORM.smartgrid(db.sede,linked_tables=['uo'],fields=[db.sede.nome,db.uo.nome],headers={'sede.nome':'Nome Struttura'},details=True, editable=True, deletable=False, maxtextlength=40,csv=True, export

[web2py] required=True

2016-12-28 Thread Andrea Fae'
Why if I use this option in Field table database but when I insert and I leave not typed this field the system accepted it? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (R

[web2py] Re: Layout and CSS

2016-12-27 Thread Andrea Fae'
zing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appear How to do? Il giorno lunedì 26 dicembre 2016 20:10:09 UTC+1, Andrea Fae' ha scritto: > &g

[web2py] Layout and CSS

2016-12-26 Thread Andrea Fae'
I'm new using web2py. I'd like to know: - where is possible to change the layout of a new applilcazion. What css I can change? There are minimun 3 in static folder! - where is possible to change table html settings in this css file...(you will tell me who will be...) Thank you -- Resources: - h

[web2py] Modular application recipes

2016-12-21 Thread Andrea Fae'
Why this line {{=LOAD('default', 'list_items', ajax = True, target ='showitems')}} doens't work in the recipe Modular application in the cookbook web2py? Do you have the same problem? It's not showing the list of items. DO you know some easier tutorial og web2py, otherwise the Di Pierro book an

<    1   2   3