StrataFrame Forum

Many Foreign Keys

http://forum.strataframe.net/Topic1770.aspx

By Charles Thomas Blankenship - 7/7/2006

The interface of the .ParentRelationship builder provides the developer with the ability to define the following information.  Exactly how can this be used?  Am I on the right track if I hope that this allows me to define all of the possible parental relationships of the MailingAddress object and then call (via an index) the relationship that I need?  Or is this the framework's ability to define multiple parental relationships at the exact same time on one form?

Thanks guys,

CT

By StrataFrame Team - 7/8/2006

That form only allows you to specify a single relationship.  However, that single relationship can specify several fields that should match up.  Basically, if you're using a compound key and both the primary and foreign keys have multiple fields, you can define all of the fields that should link up.
By Charles Thomas Blankenship - 7/9/2006

Oh, that makes sense.

Thanks,

CT