Given two joined tables, I can see how things work for  generating a CRUD 
form to manage each one.  But are there any examples of code available that 
show how to generate a view that allows both to be edited and saved at the 
same time?
e.g. Invoice header with Invoice-lines and one save button.

I think to do thing I would need to override the view 
for  linked_tables=['t_detail_table'], so that instead of presenting the 
detail table as a link it is as a nested CRUD form.  Is that correct?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to