<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Nov 2016 15:55:53 Z</lastBuildDate><pubDate>22 Nov 2016 21:40:49 Z</pubDate><description>I can't get HFilter() to work on dates. Here's my code so far.&#13;
[code:wl]&#13;
sStart_Date is string = DateToString(tblReminderCards.StartingDate,"YYYYMMDD")&#13;
sEnd_Date is string = DateToString(tblReminderCards.EndingDate,"YYYYMMDD")&#13;
sDateRange is string = HFilter(QRY_JobSites,QRY_JobSites.NextService,sStart_Date,sEnd_Date)&#13;
Info(sStart_Date,sEnd_Date,QRY_JobSites.NextService,sDateRange)&#13;
HReadFirst(QRY_JobSites,sDateRange)&#13;
WHILE HOut() = False&#13;
	HReadNext(QRY_JobSites,sDateRange)&#13;
END&#13;
HDeactivateFilter(QRY_JobSites)&#13;
[/code]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates/read.awp</link><title>How to Use HFilter on Dates?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates-60456/read.awp</comments><pubDate>23 Nov 2016 15:55:53 Z</pubDate><description>Hi&#13;
&#13;
1. the datetostrings should not be needed, as a date is STORED as &#13;
YYYYMMDD by default&#13;
&#13;
2. As you are not telling us wh…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates-60456/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates-60456/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates/read.awp">How to Use HFilter on Dates?</source><title>Re: How to Use HFilter on Dates?</title></item><item><author>Sebastian Arnold</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates-60450/read.awp</comments><pubDate>23 Nov 2016 11:01:46 Z</pubDate><description>Justin,&#13;
&#13;
seems like you use queries already. So why don't you use parameters in your query? Wouldn't that be more efficient th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates-60450/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates-60450/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60445-how-use-hfilter-dates/read.awp">How to Use HFilter on Dates?</source><title>Re: How to Use HFilter on Dates?</title></item></channel></rss>
