[web2py] Newby question about referencing fields in a lookup table

2015-10-24 Thread Bill Lugg
I am vary new to Web2py and am very impressed with what I see so far. I come from a MS Access background and am looking for an easy way to develop small db applications in similar fashion and offering some of the same features that are offered in Access, but without the proprietary chains that

Re: [web2py] Newby Question

2015-02-02 Thread Richard Vézina
I wasn't know Massimo put them online, but thers is also his vid : http://www.web2py.com/examples/default/videos/ Many hours of tutorial... :) Richard On Mon, Feb 2, 2015 at 2:30 PM, Richard Vézina wrote: > The whole chapter 7 (http://web2py.com/books/default/chapter/29/07/) > > Is basically

Re: [web2py] Newby Question

2015-02-02 Thread Richard Vézina
The whole chapter 7 (http://web2py.com/books/default/chapter/29/07/) Is basically that!! If you follow example step by step you should better understand how it works... You can have a read of chapter 3 ( http://web2py.com/books/default/chapter/29/03/) And the chapter 1 ( http://web2py.com/books/

Re: [web2py] Newby Question

2015-02-02 Thread Eric
Richard, Thank you for your kind response. I did find the SQLFORM example and got it to present the form and accept a file. I'm still struggling with an overall idea of how things work in Web2py (and perhaps the web itself). Is there a resource that clearly describes what happens when a page is

Re: [web2py] Newby Question

2015-01-29 Thread Richard Vézina
Without the code from your controller and view it is more difficult to be sure of what you are talking about exactly... I guess you have wrote a model, where you define a field of type upload, then you want to understand how the upload of the file works and thing get done... A simple question may

[web2py] Newby Question

2015-01-29 Thread Eric
Sorry if this is too basic a question. I very new to web programming and Web2py. I have written some desktop applications. Where I'm having trouble right now is understanding exactly how the Python code in Web2py interacts with the HTML. In my desktop GUI apps, a control like a button generates

[web2py] newby question

2011-01-14 Thread kkirsanov
I`m creating a complicated application. It will deal with users, their tickets, and for example, sms-messages and other stuff (30-40 tables) 1) How I can extend standard `auth` table to store more fields (phone, money, etc,). Should I create new table with all that data and link it to original aut