aha that would be it.
On Wed, Jun 19, 2013 at 5:26 PM, Niphlod <[email protected]> wrote: > are you logged-in ? > For security reasons any modification to tables in grids is prevented on > anonymous access. > You can still give "write permissions" using user_signature=False, but > it's highly discouraged > > On Wednesday, June 19, 2013 5:25:58 PM UTC+2, [email protected] wrote: >> >> I have a smartgrid set up like this: >> >> def manage_patients(): >> grid = SQLFORM.smartgrid(db.patient, deletable=True, editable=True, >> create=True, linked_tables=['**emergencycontacts','**dependents']) >> return dict(grid=grid) >> >> >> It displays fine but only has a view button to the far right. How do I >> have the add, edit and delete buttons as well? >> >> Thanks. >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

