Re: [web2py] Re: Programatically create Row

2021-02-15 Thread Jacinto Parga
So, do you want to storage a dummy row to be proccessed in the same controler or to be passed to another controller or function?. I mean, if you want to use it in the same controller why not a local variable to storage it.. If you have used a SQLFORM. factory to get the values they are

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