Subject Re: [IBO] Keysource & Master Relationships Problem
Author Jason Wharton
UpdatedColumns is what you are looking for.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Bob" <rcmiszuk@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Thursday, May 23, 2002 11:14 AM
Subject: Re: [IBO] Keysource & Master Relationships Problem


> > That is because it is only triggering the event once and more than one
> fied
> > is modified. There is a property of the TIB_Row being passed in that has
a
> > TList of the modified columns when there is more than one.
> >
> > Can't remember exactly how it is spelled but I think it could be
> > ModifiedColumns or ChangedColumns. You will need to cast them as a
> > TIB_Column when looping through the list.
>
> Hmmm. I've been looking through the IBO help, can't find the property. Any
> hints?