<?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 Jul 2015 04:43:59 Z</lastBuildDate><pubDate>21 Jul 2015 04:55:23 Z</pubDate><description>This is possibly a newbie question but I am having problems defining a query for reports:&#13;
I have 2 edit controls in a window: EDT_dStart and EDT_DEnd; both are configured for a returned value of YYYMMDD&#13;
The query for this report is&#13;
SELECT.....&#13;
FROM....&#13;
WHERE &#13;
   burial.Burial_Date BETWEEN {EDT_dStart} AND {EDT_dEnd}&#13;
The query always returns no data but obviously the parameters aren't being submitted in the right format because if I put in their place the values 20010101 and 20101231 the query works.&#13;
What am I doing wrong?&#13;
Thanks for the help.&#13;
Garry</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports/read.awp</link><title>date range for reports</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>gallen.dbmc</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53194/read.awp</comments><pubDate>23 Jul 2015 04:43:59 Z</pubDate><description>Hot D*amn! I figured it out.&#13;
First I declared 2 global variables (gdReport_Start and gdReport_End).&#13;
 In the report initializat…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53194/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53194/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports/read.awp">date range for reports</source><title>Re: date range for reports</title></item><item><author>gallen.dbmc</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53187/read.awp</comments><pubDate>22 Jul 2015 16:44:33 Z</pubDate><description>Well, I figured out the age problem, sort of - I used MONTHS_BETWEEN(Death_Date, Birth_Date)/12 which gives me 2 decimals and I'…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53187/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53187/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports/read.awp">date range for reports</source><title>Re: date range for reports</title></item><item><author>gallen.dbmc</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53169/read.awp</comments><pubDate>21 Jul 2015 20:57:00 Z</pubDate><description>Hi Fabrice&#13;
  Sorry for being so vague.&#13;
 I'm using WinDev20 and HFSQL in Classic mode.&#13;
I originally created the query in the r…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53169/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53169/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports/read.awp">date range for reports</source><title>Re: date range for reports</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53160/read.awp</comments><pubDate>21 Jul 2015 11:37:49 Z</pubDate><description>Hi Garry,&#13;
&#13;
 &gt; What am I doing wrong?&#13;
&#13;
1. You are not showing us your code, so we don't know what you are doing&#13;
&#13;
2. you are…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53160/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports-53160/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53156-date-range-for-reports/read.awp">date range for reports</source><title>Re: date range for reports</title></item></channel></rss>
