Re: [web2py] Re: id pb

2011-02-16 Thread Richard Vézina
Ok, forget about it Massimo. I found why I get duplicated field name error. Multiples tables in one form works, but I have a bizzard thing, see by your self : db.define_table('ref_fnaregistry', Field('fnaregistry_id','id'), Field('num_part1','string', length=20, notnull=Tr

[web2py] Re: id pb

2011-02-15 Thread Massimo Di Pierro
Can you provide an example of "form for many tables" this is not something web2py supports out of the box so it depends. I can see problems with it. On Feb 15, 3:08 pm, Richard Vézina wrote: > Hello Massimo, > > Is there something wrong with this syntax : > > Field('table_id','id') > sequence_nam