StrataFrame Forum

NavigateToPrimaryKey bug

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

By Larry Caylor - 1/6/2012

There appears to be a minor bug in the NavigateToPrimaryKey method. If you have a 2 item StrataFrame PrimaryKeyValue,

    NavigateToPrimaryKey(PrimaryKeyValue) returns an error while

    NavigateToPrimaryKey(PrimaryKeyValue(0), PrimaryKeyValue(1) works.

SeekToPrimaryKey() accepts the primary key value either way.