[web2py] Re: I am unable to change the hover background color in my menu. How do I do it?

2016-06-20 Thread Sneka R
You have to do it in bootstrap.min.css file Find the line: .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #ff background-color: transparent } Change the color to your choice of color. On Saturday, June 18, 2016 at 1:08:16 AM UTC-5, E

[web2py] Re: Size of SQLFORM.grid items

2016-06-24 Thread Sneka R
Where do we set the maxtextlength? On Tuesday, June 14, 2016 at 4:46:05 AM UTC-5, Jitun John wrote: > > Thanks a lot Anthony. Works like Charm. > > On Monday, June 13, 2016 at 8:42:16 PM UTC+5:30, Anthony wrote: >> >> As per the documentation: >> >> >>- maxtextlength sets the maximum length of

[web2py] Re: Size of SQLFORM.grid items

2016-06-28 Thread Sneka R
Thanks a lot. -- 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 are subscribed to the Google Groups "web2py-users" gr

[web2py] Re: Size of SQLFORM.grid items

2016-06-28 Thread Sneka R
Thanks a lot. -- 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 are subscribed to the Google Groups "web2py-users" gr

[web2py] Re: How to export sqlform.grid with the labeled column names

2016-07-18 Thread Sneka R
I am new to web2py. Which file should I make these changes? Thanks. On Friday, July 15, 2016 at 10:45:01 PM UTC-5, Jordan Myers wrote: > > Hey everyone, > > so the default csv exporters for sqlform.grid will use the headers as the > 'database' names, but I would rather it use the field.label inst

[web2py] Re: How to export sqlform.grid with the labeled column names

2016-07-18 Thread Sneka R
Followed your instructions, but I am getting this Traceback Traceback 1. 2. 3. 4. 5. 6. 7. Traceback (most recent call last): File "/Users/sraveend/Documents/web2py/gluon/restricted.py", line 227, in restricted exec ccode in environment File "/Users/sraveend/Documents/web2py/application

[web2py] Re: How to export sqlform.grid with the labeled column names

2016-07-18 Thread Sneka R
Actually I added the following line on top of the custom_exporter.py file import cStringIO On Friday, July 15, 2016 at 10:45:01 PM UTC-5, Jordan Myers wrote: > > Hey everyone, > > so the default csv exporters for sqlform.grid will use the headers as the > 'database' names, but I would rather it u

[web2py] Re: cannot disable automatic login after registration

2016-07-19 Thread Sneka R
Yes. I have no success too. Any help is appreciated. On Saturday, October 24, 2015 at 7:30:52 PM UTC-5, Pierre wrote: > > Hi everyone, > > I tried to do it with no success with this: > > auth.settings.login_after_registration = False > > thanks for your help > > -- Resources: - http://web2py.com

[web2py] show_if issue

2016-07-24 Thread Sneka R
Can I use show_if for 2 tables? For example: db.table2.field.show_if = (db.table1.box==True) -- 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

[web2py] Re: show_if issue

2016-07-26 Thread Sneka R
Is this possible at all? On Sunday, July 24, 2016 at 5:32:43 PM UTC-5, Sneka R wrote: > > Can I use show_if for 2 tables? > For example: > db.table2.field.show_if = (db.table1.box==True) > > To be more clear: > Model: > db.define_table(’table1’, >

[web2py] Re: show_if issue

2016-07-26 Thread Sneka R
It worked initially and do not work now. The field help2 is visible even if the field help1==False How do I do this? Please I need help in figuring this out. On Sunday, July 24, 2016 at 5:32:43 PM UTC-5, Sneka R wrote: > > Can I use show_if for 2 tables? > For example: > db.table2.f

[web2py] Cannot access the Administrative interface

2016-07-27 Thread Sneka R
I have been using administrative interface(localhost) without any problem. I tried several password and I got locked out. Now it is giving this error: admin disabled because unable to access password file How do I fix this? Any help is appreciated.Thanks. -- Resources: - http://web2py.com - ht

[web2py] Re: Cannot access the Administrative interface

2016-07-27 Thread Sneka R
hosts.deny file is empty. On Wednesday, July 27, 2016 at 9:32:56 AM UTC-5, Sneka R wrote: > > I have been using administrative interface(localhost) without any problem. > I tried several password and I got locked out. > Now it is giving this error: > admin disabled because u

[web2py] Re: Cannot access the Administrative interface

2016-07-27 Thread Sneka R
Yes. There is. On Wednesday, July 27, 2016 at 9:32:56 AM UTC-5, Sneka R wrote: > > I have been using administrative interface(localhost) without any problem. > I tried several password and I got locked out. > Now it is giving this error: > admin disabled because unable to acces

[web2py] Re: show_if issue

2016-07-27 Thread Sneka R
le "/Users/SR/Documents/web2py/gluon/sqlhtml.py", line 160, in _attributes trigger, cond = show_if(field.show_if) File "/Users/SR/Documents/web2py/gluon/sqlhtml.py", line 112, in show_if base = "%s_%s" % (cond.first.tablename, cond.first.name) AttributeError: &#

[web2py] Re: show_if issue

2016-07-28 Thread Sneka R
Thanks. I am new to programming. I want to create a form based on the field selections from another table. How can I accomplish this using web2py? Thanks in advance. On Sunday, July 24, 2016 at 5:32:43 PM UTC-5, Sneka R wrote: > > Can I use show_if for 2 tables? > For example: &g

[web2py] files vanished

2016-04-08 Thread Sneka R
Hi, I have been using web2py for few days now. All the files I have created has vanished. What happened? -- 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) ---

[web2py] Uploaded new layout plugin in my app and the dropdown menu stopped working.

2016-04-15 Thread Sneka R
I downloaded a new layout plugin for my app. The dropdown menu stopped working after that. I am a newbie and need help. Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

[web2py] Re: Uploaded new layout plugin in my app and the dropdown menu stopped working.

2016-04-16 Thread Sneka R
wn menu is not working. On Friday, April 15, 2016 at 3:50:36 PM UTC-5, Sneka R wrote: > > I downloaded a new layout plugin for my app. The dropdown menu stopped > working after that. I am a newbie and need help. > Thanks > -- Resources: - http://web2py.com - http://web2py.com/bo