[web2py] Re: Need Suggestions on how to install the web2py app on android phone

2014-01-15 Thread kartik murthy
Thanks a lot for the detailed answers. Much Appreciated! On Sunday, 12 January 2014 03:18:51 UTC+5:30, 黄祥 wrote: > > I have built a web2py app which consists of a form that stores electrical >> data info in a db. Now i need to install this app on an android phone. I >> searched on internet for s

[web2py] Need Suggestions on how to install the web2py app on android phone

2014-01-11 Thread kartik murthy
Hello Folks! I have built a web2py app which consists of a form that stores electrical data info in a db. Now i need to install this app on an android phone. I searched on internet for some answers but i couldnt find any productives so i would like to ask what is the best,easies

[web2py] syntax error in code

2014-01-09 Thread kartik murthy
Hi there, I am building an app to store electrical consumption data . I have build a database which include three tabled dept,meter and reading. THe problem that i have encountered is with the syntax in the following code: def reg_meter(): form = SQLFORM.factory( Field('me

[web2py] Hi there Web2ppy noob here

2014-01-09 Thread kartik murthy
I am tryin to build a web app where in i will be using the app to store some data info about electrical units consumed. I have three tables viz. dept,meter and reading. The problem here is i wrote a function in the default.py for the table meter where in the dept_id is a FK referencing id of th