Friends, Anyone have an example or know of one example of how to make a CRUD based on more than one table?
In this example http://webpy.org/src/blog/0.3 I have a CRUD on one table, but if I have a category table joinned with the table entries ? how to make a edit/ update form for the entries table and a insert/create form for the entries table. I make this question, because you need populate a combobox/select with the records of category table in the create form and populate(+ get the selected record) in the combobox/select in the edit/update form of the table entries. are there a example code ? Thanks Leandro. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
