Thanks,

I made it work with a custom validator.

Cheers. 

Em quinta-feira, 11 de setembro de 2014 09h22min04s UTC-3, Pedro Henrique 
Correa Ferreira escreveu:
>
> Hey, lads!
>
> How you're doing?
>
> I've got a issue with data validation. I gotta use a validator that 
> depends on a previous field from the same table, for example:
>
> db.define_table( 
>    'driver',
>    Field('your_age'),
>    Field('years_as_driver'), #requires IS_INT_IN_RANGE (0,(your_age-18)
>    Field('years_with_current_car'), #requires IS_INT_IN_RANGE (0, 
> (years_as_driver +1)
>
> How is the correct way to do that?
>
> Thanks. 
>

-- 
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