<?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 Jul 2016 07:17:00 Z</lastBuildDate><pubDate>30 Jun 2016 21:20:00 Z</pubDate><description>Having a heck of a time figuring this out. I have a file (requests) with a composite key consisting of a store # field (integer) and a date fulfilled field (date). The idea was to use HReadSeekFirst to find an unprocessed record by store number. But it doesn't recognize an empty date for some reason. I have a table with 2 records in it, one with a blank date and one with a current date. If I do the following:&#13;
&#13;
IF HReadSeekFirst(requests,storenumDateFulfilled,[7998,""])=False&#13;
RETURN // Not found or error&#13;
END&#13;
IF HFound(requests) = False THEN&#13;
RETURN // Not Found&#13;
END&#13;
IF requests.DateFulfilled &lt;&gt; "" THEN&#13;
RETURN&#13;
END&#13;
&#13;
The HReadSeekFirst and HFound passes, but the DateFulfilled is the current date, NOT the empty date as desired. Any ideas? Is this a bug?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates/read.awp</link><title>HReadSeekFirst problem with composite keys and empty dates</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/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58452/read.awp</comments><pubDate>3 Jul 2016 07:17:00 Z</pubDate><description>Hi, since WD 5.5 I'm building composite keys a string keys by programming, even if parts of the key are numeric, dates etc. From…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58452/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58452/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates/read.awp">HReadSeekFirst problem with composite keys and empty dates</source><title>Re: HReadSeekFirst problem with composite keys and empty dates</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58450/read.awp</comments><pubDate>2 Jul 2016 20:42:00 Z</pubDate><description>Peter.&#13;
HFound() return False because hreadseekfirst() do exact search and with parameter&#13;
" " record such that can not be found…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58450/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58450/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates/read.awp">HReadSeekFirst problem with composite keys and empty dates</source><title>Re: HReadSeekFirst problem with composite keys and empty dates</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58443/read.awp</comments><pubDate>1 Jul 2016 15:03:00 Z</pubDate><description>Thanks, I'll try your way. But I would still like to know why what I wanted to do didn't work. I may just have to change my sear…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58443/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58443/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates/read.awp">HReadSeekFirst problem with composite keys and empty dates</source><title>Re: HReadSeekFirst problem with composite keys and empty dates</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58442/read.awp</comments><pubDate>1 Jul 2016 14:56:00 Z</pubDate><description>Thanks for the reply, but I did try both ways.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58442/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58442/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates/read.awp">HReadSeekFirst problem with composite keys and empty dates</source><title>Re: HReadSeekFirst problem with composite keys and empty dates</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58424/read.awp</comments><pubDate>1 Jul 2016 08:52:00 Z</pubDate><description>Maybe you can try with this (don't use second parameter-date):&#13;
HReadSeekFirst(requests,storenumDateFulfilled,[7998],hGeneric+hL…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58424/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58424/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates/read.awp">HReadSeekFirst problem with composite keys and empty dates</source><title>Re: HReadSeekFirst problem with composite keys and empty dates</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58416/read.awp</comments><pubDate>1 Jul 2016 04:21:00 Z</pubDate><description>Hello Peter&#13;
&#13;
I have never had much luck using the array method [] and I find that using HBuildkeyValue() is more reliable so y…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58416/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates-58416/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58408-hreadseekfirst-problem-with-composite-keys-and-empty-dates/read.awp">HReadSeekFirst problem with composite keys and empty dates</source><title>Re: HReadSeekFirst problem with composite keys and empty dates</title></item></channel></rss>
