[web2py] Re: SQLFORM.factory and Select functionalities

2011-11-07 Thread Omi Chiba
> there was a mistype "db.m_Maker.ALL" instead of "db.Maker.ALL", which> I > corrected.Yeah, it works now ! In my case all I need were two lists and they are mandatory so that I don't need any validation. I assume you have other fields or allow to input something not in the list... I haven't tri

[web2py] Re: SQLFORM.factory and Select functionalities

2011-11-07 Thread Kostas M
Omi, there was a mistype "db.m_Maker.ALL" instead of "db.Maker.ALL", which I corrected. Anyway, my main issue with your solution is that the FORM object is not used, and so no Form validation is possible. On the other hand, Freeze's solution with cascading fields in web2pyslices, seems too advanc

[web2py] Re: SQLFORM.factory and Select functionalities

2011-11-07 Thread Kostas M
Omi, there was a mistype "db.m_Maker.ALL" instead of "db.Maker.ALL", which I corrected. Anyway, my main issue with your solution is that the FORM object is not used, and so no Form validation is possible. On the other hand, Freeze's solution with cascading fields in web2pyslices, seems too advanc

[web2py] Re: SQLFORM.factory and Select functionalities

2011-11-03 Thread Omi Chiba
Kostas, I'm glad you did it ! I tried your code this morning but some how it does not function (second pull dropdown doesn't show when first one is changed :( Anyway, your code looks a little bit too advance for me so I will keep the current one. On Nov 3, 6:59 am, Kostas M wrote: > Omi, > >

[web2py] Re: SQLFORM.factory and Select functionalities

2011-11-03 Thread Kostas M
Omi, Thanks for the hint! I managed to adjust your solution to my case. Also, I made some small recommendations, posted in web2pyslices. On Oct 18, 9:00 pm, Omi Chiba wrote: > Kostas, > > This could be your alternatives. > > slice:http://www.web2pyslices.com/slices/take_slice/144

[web2py] Re: SQLFORM.factory and Select functionalities

2011-11-03 Thread Kostas M
Omi, Thanks for the hint! I managed to adjust your solution to my case. Also, I made some small recommendations, posted in web2pyslices. On Oct 18, 9:00 pm, Omi Chiba wrote: > Kostas, > > This could be your alternatives. > > slice:http://www.web2pyslices.com/slices/take_slice/144

[web2py] Re: SQLFORM.factory and Select functionalities

2011-10-18 Thread Omi Chiba
Kostas, This could be your alternatives. slice: http://www.web2pyslices.com/slices/take_slice/144 demo: http://ochiba.fluxflex.com/Ajax_Cascading_Drop_Down/default/index On Oct 18, 8:00 am, Kostas M wrote: > I want a FORM that the select option from the 2nd field, depends on > the select optio

[web2py] Re: SQLFORM.factory and Select functionalities

2011-10-18 Thread Anthony
Check out http://dev.s-cubism.com/plugin_lazy_options_widget and http://www.web2pyslices.com/search?query=cascad&criteria=title. Anthony On Tuesday, October 18, 2011 9:00:33 AM UTC-4, Kostas M wrote: > > I want a FORM that the select option from the 2nd field, depends on > the select option of