O$: using bincompare() to compare rows
Jim Pistrang
jim at jpcr.com
Wed Feb 17 11:16:38 EST 2016
Hi all,
I have an app in Studio 5.2 Windows that uses bincompare() successfully to compare the contents of two rows. I just converted the library to Studio 6.1.3 and bincompare() no longer works.
In this example, MyRow has been populated with data from the database, and MyRow, Row1 and Row2 are all local variables type row.
*********************************************************
Calculate Row1 as MyRow
Calculate Row2 as MyRow
If bincompare(Row1,Row2)
OK message {same}
Else
OK message {different}
End If
*********************************************************
In Studio 5 the result is kTrue (same) but in Studio 6 the result is kFalse (different)
Anyone else aware of this behavior? Anyone have a recommendation on the best way to compare two rows?
Thanks,
Jim
--
Jim Pistrang
JP Computer Resources
413-256-4569
<http://www.jpcr.com>
More information about the omnisdev-en
mailing list