[web2py] Best way to display results on a new page?

2017-01-23 Thread Reed Crowe
Seems like a simple thing. I have a simple search form with three fields on it. The information entered helps tailor the DB query. I have it working where it displays the data on the same form page, but I want it to display on a separate page. What is the best way to do this? I have tried to us

[web2py] Simple search query form, but display data on another page. I know this can't be this hard!

2017-01-20 Thread Reed Crowe
New to web2py. What I am doing should be very simple, but can not get it to work. I have a simple search form: def search_form(): results=None headers=['Jira Id', 'Customer Name', 'Device Type', 'Serial Number', 'Driver Version', 'Firmware Version', 'Sector Size', 'Free LEBs', 'Bytes R