Subject Re: [IBO] Bug in TIB_Column.SetOldColData()
Author Jason Wharton
I'll take a look.

Thanks,
Jason Wharton
www.ibobjects.com

----- Original Message -----
From: "fisch50de" <ah@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, June 08, 2003 1:30 PM
Subject: [IBO] Bug in TIB_Column.SetOldColData()


> Hello,
>
> Bug in TIB_Column.SetOldColData():
>
> It should function and implemented like SetColDate(), but it is not.
> SetOldColData(GetOldColData) will produce an Exception.
>
> My BugFix: copy code from SetColData() and change variable Names.
>
>
> Why I use it:
>
> I have to compare a new Value of a column with the last value.
> So I set the OldValue with the actual value of the column, because
> normally the oldValue is only the initial value of the column (row).
> I didn't find anything else that work.
>
> Andreas Hesse