When using @NameLookup on a client connected to a server all works well, however when using the same formula on a disconnected client it consistently returns double the number of expected results. This happens regardless of whether the entry you are searching for is in your local names.nsf or the Directory Catalog. The code I have been testing with is:
Nme :="Gomez Addams";
Fld:="InternetAddress";
tst := @NameLookup([ForceUpdate] : [Exhaustive]; Nme; Fld);
result := @If(tst=""; "Not Found"; tst);
@Prompt([OK]; Fld+" ("+@Text(@Elements(tst))+")"; @Implode(result; ", "))
BTW the same code works correctly on R7.0
Has anyone seen this before ???
TIA,
Mark.

