[web2py] Re: form works, but i am unable to view database due to type error?

2015-12-24 Thread aetagothno
I added field type as double for those fields and that fixed, it's just strange that it didn't catch that error before. Thank you On Thursday, December 24, 2015 at 9:07:12 AM UTC-8, Anthony wrote: > > I don't think this has anything to do with the wizard. Looks like all of > your numeric fields

[web2py] Re: form works, but i am unable to view database due to type error?

2015-12-24 Thread Anthony
I don't think this has anything to do with the wizard. Looks like all of your numeric fields are defined as "string" types (which is the default when you don't specify the "type" argument); yet your "formatter" method is expecting float values to be coming from the database. Anthony On Thursda