Hi guys, I want to add a action button(like delete,edit, view, i/e) at the 
grid, something to change a value from the record indicated at the line,
this is my table:

db_events.define_table('alerts',
            Field('type', length=20, label='Clase' ),
            Field('rule', label='Regla'),
            Field('value', length=30, label='Valor'),
            Field('detail', label='Detalle'),
            Field('coords', length=20, label='Coordenadas'),
            Field('checked', 'integer', label='Chequeada', default=0 ),# 1 
to checked
            Field('created_on', 'datetime', label='Recibida', default=
request.now)
            )

The idea is have a button to check the alert, I mean: will be put a 1 at 
"checked" field of the record when the button will be clicked

Thanks for your time and support!
Christian.

-- 

--- 
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.


Reply via email to