(please let me know if I need to clarify)

I have a form that I'm creating where a user can enter one line of data, 
multiple lines of data (each line being a different entry), and/or ranges 
of numbers.  I need the application to do the following before entering the 
data in the database:


   - Validate that all lines have valid data on them (most likely via RegEx)
   - If a range is entered, create a database record for each value in that 
   range

I'm still fairly new to web2py and am a bit confused on how to call such 
validation code.

Thanks,
Larry

Reply via email to