[web2py] Re: putting a condition in a form

2011-10-31 Thread mart
Hi Denes! Thanks for confirming that. I was hoping it should (would)... Now I just need to find my error. Thanks, Mart :) On Oct 31, 8:45 am, DenesL wrote: > It should still work. > > On Oct 30, 9:02 pm, mart wrote: > > > > > > > > > hum... doesn't seem to be working for me... maybe because I

[web2py] Re: putting a condition in a form

2011-10-31 Thread DenesL
It should still work. On Oct 30, 9:02 pm, mart wrote: > hum... doesn't seem to be working for me... maybe because I am using > these things: > > myTable=db.Table(None,'myTable', >     Field('name')) > > db.define_table('stuff',myTable)) > > oh well, I'll keep digging... > > Thanks, > Mart :) > >

[web2py] Re: putting a condition in a form

2011-10-30 Thread mart
hum... doesn't seem to be working for me... maybe because I am using these things: myTable=db.Table(None,'myTable', Field('name')) db.define_table('stuff',myTable)) oh well, I'll keep digging... Thanks, Mart :) On Oct 30, 7:10 pm, mart wrote: > cool! thanks :) > > On Oct 30, 5:39 pm, appl

[web2py] Re: putting a condition in a form

2011-10-30 Thread mart
cool! thanks :) On Oct 30, 5:39 pm, apple wrote: > http://web2py.com/book/default/chapter/10#Conditional-Fields-in-Forms > > On Oct 30, 9:30 pm, mart wrote: > > > > > > > > > Hi, > > > does anyone know if I can have some sort of condition in a form (but > > BEFORE the form is submitted)? > > > F

[web2py] Re: putting a condition in a form

2011-10-30 Thread apple
http://web2py.com/book/default/chapter/10#Conditional-Fields-in-Forms On Oct 30, 9:30 pm, mart wrote: > Hi, > > does anyone know if I can have some sort of condition in a form (but > BEFORE the form is submitted)? > > For example, lets say I have 5 fields in a form where depending on > what a use