Re: [web2py] Re: one to many relationship

2015-08-10 Thread Yebach
To create one to many form i tried to follow the post from this guy http://blog.jotbe-fx.de/articles/2522/web2py-Normalized-many-to-many-model-with-multiselect-drop-down Also to create the dropdown etc. The thing worked kind of but the problem was that my grid was not getting populated once yo

Re: [web2py] Re: one to many relationship

2015-08-10 Thread Vid Ogris
Postgres. The thimg is i have no table files. They somehow got deleted On Aug 11, 2015 12:30 PM, "Dave S" wrote: > > > On Monday, August 10, 2015 at 7:32:31 PM UTC-7, Yebach wrote: >> >> Thank you for detailed answer >> >> I am trying to implement this in SQLFORM? Looks like multiple option is >>

Re: [web2py] Re: one to many relationship

2015-08-10 Thread Dave S
On Monday, August 10, 2015 at 7:32:31 PM UTC-7, Yebach wrote: > > Thank you for detailed answer > > I am trying to implement this in SQLFORM? Looks like multiple option is > not avaliable, the field is presented as text field in the form > > BTW - why web2py does not add new field to a table. If

Re: [web2py] Re: one to many relationship

2015-08-10 Thread Vid Ogris
Thank you for detailed answer I am trying to implement this in SQLFORM? Looks like multiple option is not avaliable, the field is presented as text field in the form BTW - why web2py does not add new field to a table. If I set migrate to True I get an error "table already exists" if it is set to

Re: [web2py] Re: one to many relationship but Foreign key as non-id,unique field.

2010-08-08 Thread Phyo Arkar
Yes i understand that 1 to Many do not link to Field but Record but i need to Reference to a Field which is not id . so with that i can set two primary keys but i want to reference to EmailID (which is not auto increment Integer but a md5sum , string , Unique) . Is that possible? On Sun, Aug 8,