[web2py] Re: is_upper() no found

2013-06-03 Thread Derek
I am having a difficult time understanding what you want. 1. Do you want the form to give an error if the text is not in uppercase? 2. Or do you want to change the text to uppercase before saving the data? If you want it to change to uppercase, use the 'string = string.uppercase()' function.

[web2py] Re: is_upper() no found

2013-06-03 Thread www.diazluis.com
thanks for your time friend. a fellow of the Spanish list form.vars recommended me to use. My intension is to apply the requires El lunes, 3 de junio de 2013 12:34:50 UTC-4:30, Derek escribió: I am having a difficult time understanding what you want. 1. Do you want the form to give an error