Re: [web2py] Hardcoded Drop Down Menu In Form

2014-12-02 Thread Pablo Cruise
Thanks Johann. I need to take some time and fully read and analyze the Web2py book. I'll try SQLFORM on a future form. On Tue, Nov 25, 2014 at 10:26 PM, Johann Spies johann.sp...@gmail.com wrote: On 26 November 2014 at 01:47, Pablo Cruise pal...@gmail.com wrote: I'm a novice Web2py

[web2py] Hardcoded Drop Down Menu In Form

2014-11-25 Thread Pablo Cruise
I'm a novice Web2py programmer and I've searched the net but can't figure this out. I've got a simple webpage with this form: *form = FORM(TABLE(TR(TH('BEG PLAN START DATE'), INPUT(_name='begpstrtdt', _class='date', requires=IS_DATE(), _value=t0, _style=width:

Re: [web2py] Hardcoded Drop Down Menu In Form

2014-11-25 Thread Johann Spies
On 26 November 2014 at 01:47, Pablo Cruise pal...@gmail.com wrote: I'm a novice Web2py programmer and I've searched the net but can't figure this out. I've seen many example using SQLFORM but I don't have a need for these fields to be saved or retrieved to/from a database. Why don't you