Hi, I want to program our intranet site with web2py (because it is really the best framework I found). Because this is sort of an ERP application I need a lot of customizations of the SQLFORMs in HTML, e.g. group the address or communication fields in a special way. I learned from the manual that I can create a form in HTML with a hidden field "_formname" and use this name in form.accepts. This works fine for new records. But I also have to update data with this form. I did not find a solution for showing data in this form automatically. Of course I can get the record and fill all the fields in the form manually by assigning the data directly in the INPUT tag in the view, but this is very fault-prone and hard to maintain. Is there an easier way to achieve this?
Wolfgang --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---