Re: [web2py] Re: Question about CRUD forms and compute values

2010-09-27 Thread Albert Abril
Hi there. I'm working with Bernardo. Finally we wrote the form with SQLFORM and worked. The 'compute' argument at the model wasn't correctly interpreted by crud.create(db.model), and crud didn't show the computed field at the form. We wrote it with SQLFORM and there's not problem now. On Sat

[web2py] Re: Question about CRUD forms and compute values

2010-09-25 Thread Bernardo
Hi Luis, those two fields are placed in the same table as the n_lote field. The funny point is that n_lote is stored correctly from the insert form generated by crud. The problem comes when I try to se the record from the database using crud with crud.read(). The n_lote field is not shown in that