yes, you cannot use crud because that prcesses the form before
returning the form, so before you can modify it.
SQLFORM is the way to go.

Massimo

On Apr 19, 10:35 am, Jose <jjac...@gmail.com> wrote:
> On 19 abr, 12:17, mdipierro <mdipie...@cs.depaul.edu> wrote:> This may be a 
> bug. Let me look into it.
>
> I used
> form = crud.create(db.table)
>
> instead of
> form = SQLFORM(db.table)
>
> With form = SQLFORM(db.table) if it works.
>
> Jose
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to