Hi, I not have lot of experience about python and web2py, I need
create a form to search some information and I need the field in that
form content the value from a database. for example:
I have the following db:
test=DAL('mysql://root:r...@localhost/test1',pool_size=20)
test.define_table('persons',
Field('name', length=128),
Field('last_name', length=128),
Field('email', 'email'))
And my idea is create a form with a field Name and when the user click
on it display all the name where are stored in persons.name, and when
the user select a name and click in a submit button show in another
page the result of that.
I have tried some ideas but don't work, if something cant help whit
some example code.
Thank for the atention.
--
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en