Hi,

i have a sqlform like this:


    form = SQLFORM.grid(query=query_simulados, user_signature=False,
                fields=fields,
                ignore_rw=True, orderby=default_sort_order,
                create=True, deletable=True, editable=True,
                maxtextlength=64, paginate=40)


i need to set one of the fields as a default value, and i need to sqlform
redirect to a specific url after the a action at sqlfor (insert, edit,
delete)

is ir possible?


rgds

diego

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to