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 se
t(date_in = blah)
if db(db.datein).isempty(): 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 co
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 search_person(
.tenant.id==0)
>...
>form = SQLFORM.grid(query = query, 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 Too
4 matches
Mail list logo