[web2py] Re: Login - message "invalid email" - on mobil

2016-10-25 Thread Beat Kohler
ee why login would be different from a > smartphone. I use it all the time and it works fine. Perhaps capitalization > of the email? > > > On Wednesday, 19 October 2016 07:07:24 UTC-5, Beat Kohler wrote: >> >> Hi Massimo >> Thanks for your response. But I

[web2py] Re: Login - message "invalid email" - on mobil

2016-10-19 Thread Beat Kohler
Hi Massimo Thanks for your response. But I not understand your answer. Perhaps my question was not clear. Login with the email address works fine on a desktop. Same URL - same login procedure on a smartphone I get the message "invalid email" and this as mentioned on an pythomanywhere

[web2py] Login - message "invalid email" - on mobil

2016-10-11 Thread Beat Kohler
Hi guys I published a POC app on pythonanywhere.com Authentification procedure works fine on the desktop. But on a mobil I got the message "Invalid email" even the email address is correct and already registered . Anybody has an idea what's wrong? Thanks for your help! Beat -- Resources: -

[web2py] "invalid email" for mobile login

2016-10-11 Thread Beat Kohler
Hi experts! On the login screen I get the message "invalid email" for a correct email address. But this only when I try to login with my mobile phone. This even in our local WiFi. Same login procedure is working properly on the desktop. The email address is already registred (auth.user) What

[web2py] Re: SMARTGRID and linked_tables - no buttons to edit, delete - only view

2015-06-08 Thread Beat Kohler
=False. Anthony On Friday, June 5, 2015 at 12:26:00 AM UTC-4, Beat Kohler wrote: Hey guys! on a SMARTGRID I added a linked_table argument. ... no I have only the view button left. No way to modify neither the parent nor the child. What goes wrong.. sorry, what I made wrong? Coding

[web2py] SMARTGRID wirh linked_tables shows only the view buttons

2015-06-05 Thread Beat Kohler
Hy guys! I use a SMARTGRID with a linked_table argument. But only the view button is displayed on item level. This on level parent and child. Even adding the argument editable=True has no impact - anyway this is already default. Thanks for help! Beat -- Resources: - http://web2py.com -

[web2py] SMARTGRID and linked_tables - no buttons to edit, delete - only view

2015-06-04 Thread Beat Kohler
Hey guys! on a SMARTGRID I added a linked_table argument. ... no I have only the view button left. No way to modify neither the parent nor the child. What goes wrong.. sorry, what I made wrong? Coding: grid = SQLFORM.smartgrid(db.CUSTOMER, linked_tables=['CUST_PEOPLE'], editable=True) (the

[web2py] Re: Foreign key

2014-05-02 Thread Beat Kohler
:47:30 AM UTC-7, Beat Kohler wrote: I am on the way to develop a small purchase requisition application. The main idea is: the user select from a list of materials a material number and enter the quantity. Finally he will confirm his requisition and send it to a external system. To create

[web2py] Foreign key

2014-04-30 Thread Beat Kohler
I am on the way to develop a small purchase requisition application. The main idea is: the user select from a list of materials a material number and enter the quantity. Finally he will confirm his requisition and send it to a external system. To create the purchase requisitions I use a

[web2py] Import of a package

2014-04-15 Thread Beat Kohler
I installed a package (not a single module) with easy_install. The installation works fine with Python (2.7). The package can be imported and used without any problems. Inside web2py the import failed: cannot import module. As a workaround I placed the package folder in the site-packages folder.