I have a cross-reference table "xref" that has 2 fields, "a" and "b",
that both link to another table "x". "a" requires=IS_IN_DB(db,x.id).
"b" also requires that it IS_IN_DB(db,x.id), except that but "b" can
not equal "a". What's the syntax to do this in the model?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---