[web2py] Web2py Application doesnt load Web Development Environment

2020-04-26 Thread Sanka kanaka krupakar
Hi Guys, I have basic knowledge of Python and wanted to learn web2py development. I saw some of the tutorials and trying to launch the application but it does nothing. Can you please let me know what settings should I check or change. Thanks for your help. Regards, -- Resources: - http

Re: [web2py] display items only entered by a logged in user in a dropdown menu of a reference table

2020-07-19 Thread Sanka kanaka krupakar
Dear group members Please advise how to create multiple rows insert by usung SQL form . On Mon 20 Jul, 2020, 05:37 AGRogers, wrote: > Great. It's a cool feature. > > You would have read that you can turn it off in code temporarily just by > setting common_filter =none. > > That has caught me a

Re: [web2py] TOMORROW: Talk to py4web's creator! Live Chat with Massimo DiPierro discussing py4web live 7/25/2020 10am PST

2020-07-25 Thread Sanka kanaka krupakar
Dear Team Please advise me how insert multiple row insert into data base by using sql form or form method, example as followers. SL No Materials Name Qty Rate Amount 1 Mat-1 2 2 4 2 Mat-2 3 3 9 3 Mat-3 34 4 136 4 Mat-4 5 5 25 5 Mat-5 6 6 36 6 Mat-6 2 7 14 7 Mat-7 5 8 40 8 Mat-8 8 9 72 TOTAL 336 P