Icon View Incident Report

Serious Serious
Reported By: Michael Fullerton
Reported On: 11/15/2000
For: Version 2.04 Build 1
# 661 Using the Locate Method with a Null Value Causes the Locate to Fail

Locate does not seem to work with Null fields. I have a function doing a locate on two fields in a memory table. If the 2nd field is Null the locate fails. If I populate the 2nd field the Locate works just fine.

{ Fields[3] in this case contains a NULL value, or empty string }

MyTable.Locate('Account;Job Code',
varArrayOf([Fields[0].AsString, Fields[3].AsString]),[]);




Resolution Resolution
Fixed Problem on 11/16/2000 in version 2.05 build 1
Image