Hello
I am porting a desktop script to web by means of web2py.
The desktop script gets in input some file, process them,make some stuff to 
sqlitedb, and give as output other xls file.
I have already done similar porting for similar script, but the problem now 
is the in the desktop script after aquiring the input file and beginning to 
process them,in order  to continue the script asked (raw_input) to select a 
data.
Now in the controller/default.py i have a form (sqlform.factory), i wrote 
the first part of file input processing, but now i should ask for data 
choice (the data to choice from come from processing the file in input). If 
i redirect to another view, i suppose i will lose the (in memory) sqlite 
stuf...
Any suggestion to face with it? 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to