I have an object (say Employee) that has a relationship (say Relationship Tasks As Task [ Cardinality = many, Inverse = Employee). Now I want to be notified when then relationship changes (say a task is added). Can I do that?
I've tried: 1) For Properties you have accessor methods (like TasksSet(Arg As Tasks)) but these don't seem to work on Relationships. 2) There are callback methods like %OnAfterSave, but when I use these I don't know the old value of the relationship, so I can't know if anything changed. Joost Verhoog PS. This is a great newsgroup. You're really helpfull! (And I try to be, too)
