[web2py] Re: Getting dates of the week

2016-04-30 Thread Wayne Tooley
pty(): days_of_week() On Saturday, 30 April 2016 12:44:25 UTC-4, Wayne Tooley wrote: > > Hi Everyone; > I hardly ever post as I can usually find answers to my questions but I > have been having a hard time with this datetime stuff. When I run the code > in db1.py (minus the databse co

[web2py] Getting dates of the week

2016-04-30 Thread Wayne Tooley
Hi Everyone; I hardly ever post as I can usually find answers to my questions but I have been having a hard time with this datetime stuff. When I run the code in db1.py (minus the databse code) with pycharm I get the correct results. Running it in Web2py I get the correct dates but it gives 3

[web2py] Re: SQLFORM.grid want no initial values

2014-11-07 Thread Wayne Tooley
, headers = headers, create=False, deletable=False, editable=False, maxtextlength=64, paginate=4) return dict(form=form) On Sunday, 2 November 2014 19:08:26 UTC, Wayne Tooley wrote: Hi Everyone; I'm new to web2py and love it. I have a simple question that I can't seem

[web2py] SQLFORM.grid want no initial values

2014-11-03 Thread Wayne Tooley
Hi Everyone; I'm new to web2py and love it. I have a simple question that I can't seem to find a simple answer to. I want to use SQLFORM.gid but not to load any values unless searched for. Maybe I'm using the wrong thing but is there a simple way to do this? my code is this: def