<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 May 2015 22:15:00 Z</lastBuildDate><pubDate>17 May 2015 17:28:00 Z</pubDate><description>Hi,&#13;
&#13;
I've got a populated combo box with user id and user names.&#13;
When you choose a name in the list, a search is made in the user table and when it finds the user the fields are populated&#13;
with the rest of the user information.&#13;
&#13;
The problem is that when a search is made for xxxxw it finds xxxxv instead and populates with that information instead.&#13;
I've tried different options and searches and it ends up the same even if the search result should be exact..&#13;
&#13;
code of the combobox:&#13;
IF HReadSeek(Users, Logon, Edt_id) = True THEN&#13;
Edt_Name = Users.Name&#13;
Edt_Mail = Lower(Users.mail)&#13;
ELSE&#13;
Edt_Name = ""&#13;
Edt_Mail = ""&#13;
Info("The user doesn't exist.")&#13;
RETURN&#13;
END&#13;
&#13;
&#13;
Any great ideas?&#13;
&#13;
Regards&#13;
/Kim</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp</link><title>WD20/19 Search result problem</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52246/read.awp</comments><pubDate>22 May 2015 22:15:00 Z</pubDate><description>Hi,&#13;
&#13;
Finally I found the problem.&#13;
It was a setting in the Description of the items and the indexes of a data file , where the…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52246/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52246/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52203/read.awp</comments><pubDate>20 May 2015 15:35:00 Z</pubDate><description>maybe a mismatch of fields (names? ) or a problem with different lengths ?&#13;
&#13;
e.g. if windev search with S102S (instead of S102S…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52203/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52203/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52200/read.awp</comments><pubDate>20 May 2015 11:36:00 Z</pubDate><description>Hi Marc,&#13;
&#13;
Thanks for the input!&#13;
&#13;
The column is called Logon but is UserID as well, so the search is in the Logon column.&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52200/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52200/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52196/read.awp</comments><pubDate>20 May 2015 09:54:00 Z</pubDate><description>Kimor&#13;
&#13;
if you like give me your email and i will send you my testprogramm&#13;
so that you can check how it's work&#13;
&#13;
Marc :cool:</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52196/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52196/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52195/read.awp</comments><pubDate>20 May 2015 09:47:00 Z</pubDate><description>Hello Kim&#13;
&#13;
The user file consist of five columns:&#13;
Userid (text Unique)&#13;
Username (text)&#13;
e-mail (text)&#13;
Administrator (boolea…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52195/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52195/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52193/read.awp</comments><pubDate>20 May 2015 09:29:00 Z</pubDate><description>Hi Al,&#13;
&#13;
I havn't used the GLink function before, but I'll try to figure it out...&#13;
&#13;
&#13;
Regards&#13;
/Kim</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52193/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52193/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52192/read.awp</comments><pubDate>20 May 2015 08:33:00 Z</pubDate><description>Hello Kim&#13;
&#13;
Just a minor point, you don't need HFound() if you are testing the seek using IF Hreadseek()&#13;
&#13;
Try adding glink(Us…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52192/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52192/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52191/read.awp</comments><pubDate>20 May 2015 07:56:00 Z</pubDate><description>Hi,&#13;
&#13;
"Derek:&#13;
The ComboBox is of tabletype"&#13;
&#13;
&#13;
I tried these options before with no success:&#13;
IF HReadSeek(Users, Logon, Edt…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52191/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52191/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52186/read.awp</comments><pubDate>19 May 2015 17:45:00 Z</pubDate><description>Hi everybody&#13;
&#13;
or you can just continue to use hreadseek (which I use all the time) and use the hidentical option that will ret…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52186/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52186/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52182/read.awp</comments><pubDate>19 May 2015 16:14:00 Z</pubDate><description>Hi Kimor and Derek&#13;
&#13;
When using HReadSeekFirst you have to remember checking Hfound afterwards. If no record corresponding to t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52182/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52182/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52180/read.awp</comments><pubDate>19 May 2015 14:05:00 Z</pubDate><description>Kimor&#13;
Still insufficient information.....&#13;
&#13;
From you description I am assuming your combo is of a Table type.&#13;
If this is the …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52180/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52180/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52179/read.awp</comments><pubDate>19 May 2015 12:54:00 Z</pubDate><description>Hi Marc,&#13;
&#13;
The user file consist of five columns:&#13;
Userid (text Unique)&#13;
Username (text)&#13;
e-mail (text)&#13;
Administrator (boolean…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52179/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52179/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52178/read.awp</comments><pubDate>19 May 2015 11:30:00 Z</pubDate><description>Can you give an description of the User file?&#13;
Is the field logon where you looking in not an Unike keyfield?&#13;
marc</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52178/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-with-and-52178/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem with V and W</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52173/read.awp</comments><pubDate>18 May 2015 19:38:00 Z</pubDate><description>Hi Derek,&#13;
&#13;
The userid.&#13;
Thru a file and a query. There are two fields in the Combo box.&#13;
&#13;
There shouldn't be any problem with…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52173/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52173/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52158/read.awp</comments><pubDate>18 May 2015 11:53:00 Z</pubDate><description>Kimor&#13;
&#13;
What value is returned by Edt_id?&#13;
How are you filling your combo with data?&#13;
&#13;
Only guessing at the moment but check o…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52158/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52158/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52152/read.awp</comments><pubDate>18 May 2015 08:46:00 Z</pubDate><description>Hi kimor, the HReadSeekFirst( ... ) is essential, alternatively you can add the hIdentical option ...</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52152/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52152/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52151/read.awp</comments><pubDate>18 May 2015 07:54:00 Z</pubDate><description>Hi Derek,&#13;
That didn't work either. I already tried that.&#13;
It seems that I need the Complete function, or?&#13;
Tried the code below…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52151/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52151/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52150/read.awp</comments><pubDate>17 May 2015 20:50:00 Z</pubDate><description>HReadSeekFirst(Users, Logon, Edt_id) = True THEN&#13;
If Hfound(Logon) = True THEN&#13;
Edt_Name = Users.Name&#13;
Edt_Mail = Lower(Users.ma…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52150/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem-52150/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52148-wd20-19-search-result-problem/read.awp">WD20/19 Search result problem</source><title>Re: WD20/19 Search result problem</title></item></channel></rss>
