Instead of

form=crud.update(table,field,next='url')

do

form=SQLFORM(table,field)
if form.accepts(request.vars,session): redirect('url')

there will be no link to download, no preview and (I think) no delete
button.

On Nov 20, 11:02 pm, Wes James <compte...@gmail.com> wrote:
> not sure directly, but massimo might know, but you can use a loop to
> go through all the fields and not include the delete part.
>
> On Fri, Nov 20, 2009 at 9:49 AM, annet <annet.verm...@gmail.com> wrote:
>
> > Massimo,
>
> > Isn't it possible to remove the file|upload link and checkbox from the
> > third column?
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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