Re: [web2py] Re: ATTENTION trunk users!!!!

2011-06-13 Thread anil manikyam
i have a one field i.e) username > i want to accept only alphabets plz send this code db.define_table('table1', Field('username', 'string') plz send code for this -- @n!l m@n!ky@m

Re: [web2py] Re: When would one load a component with ajax=True as opposed to ajax_trap=True

2011-06-13 Thread anil manikyam
i have a one field i.e) username > i want to accept only alphabets plz send this code db.define_table('table1', Field('username', 'string') plz send code for this -- @n!l m@n!ky@m

Re: [web2py] Re: When would one load a component with ajax=True as opposed to ajax_trap=True

2011-06-13 Thread anil manikyam
i have a one field i.e) username > i want to accept only alphabets plz send this code db.define_table('table1', Field('username', 'string') plz send code for this -- @n!l m@n!ky@m

Re: [web2py] FixComputerpProblemsSite Surely Knows How to Fix Computer Problems!

2011-06-11 Thread anil manikyam
*i want to update last row in a table in web2py how?* -- @n!l m@n!ky@m

Re: [web2py] Re: Web2py and PyScripter debugging

2011-06-11 Thread anil manikyam
*i want to update last row in a table in web2py how?* -- @n!l m@n!ky@m

Re: [web2py] Script TDD in web2py

2011-06-11 Thread anil manikyam
> *i want to update last row in a table in web2py how?* -- @n!l m@n!ky@m

Re: [web2py] how to write if else in controller in web2py

2011-06-10 Thread anil manikyam
def login(): if db((db.table1.username)== request.vars.visitor_name).select(): redirect(URL('index')) else: msg='invalid syntax' return dict(display_msg=msg) {{= {{=display_string}} i tried it but when this display_string used in form it printed before the

Re: [web2py] Re: db.define_tables

2011-06-10 Thread anil manikyam
def login(): if db((db.table1.username)== request.vars.visitor_name).select(): redirect(URL('index')) else: msg='invalid syntax' return dict(display_msg=msg) {{= {{=display_string}} i tried it but when this display_string used in form it printed before the

Re: [web2py] Re: nginx and web2py

2011-06-10 Thread anil manikyam
def login(): if db((db.table1.username)== request.vars.visitor_name).select(): redirect(URL('index')) else: msg='invalid syntax' return dict(display_msg=msg) {{= {{=display_string}} i tried it but when this display_string used in form it printed before the

Re: [web2py] Re: how to write if else in controller in web2py

2011-06-10 Thread anil manikyam
def login(): if db((db.table1.username)== request.vars.visitor_name).select(): redirect(URL('index')) else: msg='invalid syntax' return dict(display_msg=msg) {{= {{=display_string}} i tried it but when this display_string used in form it printed before the

Re: [web2py] how to include profile photo from Janrain in auth_user?

2011-06-10 Thread anil manikyam
i will i will send mail to other people using web2py -- @n!l m@n!ky@m

Re: [web2py] Re: nginx and web2py

2011-06-10 Thread anil manikyam
how i will send mail to others using web2py -- @n!l m@n!ky@m

Re: [web2py] Re: New Features in Book

2011-06-10 Thread anil manikyam
how i will send a mail to others using web2py

[web2py] anil manikyam wants to chat

2011-06-10 Thread anil manikyam
--- anil manikyam wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-10d5f122fd-0ddf7cb181-wBuQFmlID7kV5jUKC1Oy_058qmo Y

[web2py] how to write if else in controller in web2py

2011-06-10 Thread anil manikyam
def login(): if db((db.table1.username)== request.vars.visitor_name).select(): redirect(URL('index')) else: print 'invalid statement' return dict() in this username and visitor_name are compared if correct redirect to index page it is work very well but if those are n

[web2py] database

2011-06-09 Thread anil manikyam
created in html login: password: when i entered the submit button it compare with the values in database. if correct go to another page send the web2py code 2 my email

[web2py] database access

2011-06-09 Thread anil manikyam
i created a database with tablename,fieldname and i created a form-textbox in html language in views how to compare these two things