Group: Awaiting Activation
Posts: 592,
Visits: 3.7K
|
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.
|