[web2py] Re: help with functions index

2013-05-30 Thread André Kablu
this helps a lot!! Thank you very much! Em terça-feira, 28 de maio de 2013 01h05min44s UTC-3, Massimo Di Pierro escreveu: Look into this: https://github.com/mdipierro/web2py-recipes-source/tree/master/source/04_advanced_forms/06_Creating_a_Form_Wizard it is the source of the web2py

[web2py] Re: help with functions index

2013-05-27 Thread André Kablu
O I got that... thanks for the response... However I still miss some details... like for an example I was looking some way to redirect the successful register to another view... to continue the registration process with other fields I could not find anything on documentation... I found

[web2py] Re: help with functions index

2013-05-27 Thread Massimo Di Pierro
Look into this: https://github.com/mdipierro/web2py-recipes-source/tree/master/source/04_advanced_forms/06_Creating_a_Form_Wizard it is the source of the web2py recipes book. On Monday, 27 May 2013 20:50:08 UTC-5, André Kablu wrote: O I got that... thanks for the response... However I still

[web2py] Re: help with functions index

2013-05-26 Thread Anthony
globals()http://docs.python.org/2/library/functions.html?highlight=globals#globalsis a Python built-in function that returns a dictionary of objects in the current global environment. You can use it to check whether a particular object name exists in the current environment to avoid generating