I'm getting an "enter an integer between -1e+100 and 1e+100" error message
when trying to enter 77777777777777777 into an integer form field in the
appadmin. Screenshot:
http://tinypic.com/r/minx2c/5
Clearly the number is in that range, what's wrong? I'm doing the "images"
example from chapter 3 of the book and just added an integer field out of
curiosity. The changed part of my db.py (I only added the inttest line):
db.define_table('post',
Field('image_id', 'reference image'),
Field('author'),
Field('email'),
Field('inttest', 'integer'),
Field('body', 'text'))
Also, the appadmin form field always jumps the cursor to the end, I can't
edit digits in the beginning or use ctrl-a (for following with ctrl-c).
This is rather annoying.
--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.