<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>3 Aug 2020 16:47:33 Z</lastBuildDate><pubDate>3 Aug 2020 16:47:33 Z</pubDate><description>Good day&#13;
&#13;
I am using this code:&#13;
&#13;
[code:wl]&#13;
Cnt is sfConnection&#13;
Cnt..Login = "vince@gmail.com"&#13;
Cnt..Password = "qwerty" + "XXB12VCZ54"&#13;
IF SFConnect(Cnt) = False THEN&#13;
Error("The connection failed")&#13;
RETURN&#13;
END&#13;
&#13;
Res is sfSearchResult&#13;
Res = SFSearch(Cnt, "FIND {""John Smith""} IN NAME FIELDS")&#13;
MyRecord is sfObject&#13;
FOR EACH MyRecord OF Res..Object&#13;
Trace(MyRecord..ID)&#13;
END&#13;
[/code]&#13;
&#13;
It finds information because it returns an array of the data it found but there is no data in the array. When I inspect the array it only has Res.Object[1].record but no other info, there is also no info under the record set.&#13;
&#13;
Thanks&#13;
&#13;
Ruan</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67920-sfsearchresult-data/read.awp</link><title>sfSearchResult No Data</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
