[web2py] NewBie Question about crud.create

2012-09-05 Thread tommasot
I have the following code in the controller about record creation *form = crud.create(db.anno,next='list_anno')* This is the model,how you can see is very simple :) *db.define_table('anno', Field('descrizione'), Field('incorso','boolean'),format='%(descrizione)s')* Now i want to catch

Re: [web2py] NewBie Question about crud.create

2012-09-05 Thread Richard Vézina
What you want to do exactly? Base on the value you are talking about filtering a dropbox list for an other field? If so there is lazy option plugin : http://dev.s-cubism.com/plugin_lazy_options_widget You will need to be more specific in your question if you want us to help you properly.