db.define_table('x',SQLField('name','string'))
db.define_table('y',SQLField('x',db.x),SQLField('name','string'))

I want a create() controller that that displays tables x and y on the
same form and makes sure that y correctly links to x. Can SQLFORM do
the job, or do I have to resort to FORMs and piecewise construction of
the database records?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to