[web2py] Re: auth.signature not working

2021-02-13 Thread António Ramos
Anybody here? Em sex., 12 de fev. de 2021 às 23:57, António Ramos escreveu: > hello this is my model > db.define_table( > 'entities', > Field('uuid', length=64, default=lambda: str(uuid.uuid4())), > Field('entity', 'string',length=70,required=True, label=T("Entity")), >

Re: [web2py] Re: Programatically create Row

2021-02-13 Thread David Orme
Thanks for the suggestion. I don't need to create the form programmatically - the factory is great for that. I've already got code to create the form but want to create a dummy row on the server side to populate a display example form. Cheers, David On Sat, 13 Feb 2021, 08:37 Jacinto Parga,

[web2py] Re: Programatically create Row

2021-02-13 Thread Jacinto Parga
http://www.web2py.com/books/default/chapter/29/07/forms-and-validators#SQLFORM-factory El viernes, 12 de febrero de 2021 a las 18:26:42 UTC+1, david...@gmail.com escribió: > I have a controller that displays confidential data from a table but want > to be able to show the form publicly with