<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 May 2016 08:49:00 Z</lastBuildDate><pubDate>27 May 2016 11:18:00 Z</pubDate><description>Hi,&#13;
&#13;
I created table based on a query to display incoming contract renewals for employees.&#13;
I want to display only contracts that are due in 10 days.&#13;
&#13;
How can I do this? And if you have any better suggestions, I would be happy to accept :)&#13;
&#13;
Kind Regards,&#13;
Safaas</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query/read.awp</link><title>Question about Table based on a query</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/57850-question-about-table-based-query-57867/read.awp</comments><pubDate>28 May 2016 08:49:00 Z</pubDate><description>Hi Safaas,&#13;
&#13;
in w-language:&#13;
&#13;
ldDate is date // default is today&#13;
ldDate..day -= 10 // calculate 10 days earlier&#13;
&#13;
// use thi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57867/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57867/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query/read.awp">Question about Table based on a query</source><title>Re: Question about Table based on a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57863/read.awp</comments><pubDate>27 May 2016 21:51:00 Z</pubDate><description>Safaas&#13;
&#13;
Just do a bit of programming in Wlanguage&#13;
&#13;
example:&#13;
&#13;
nDateasint is int // a var for the date as int&#13;
test is Date/…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57863/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57863/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query/read.awp">Question about Table based on a query</source><title>Re: Question about Table based on a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57854/read.awp</comments><pubDate>27 May 2016 12:54:00 Z</pubDate><description>Hey Safaas,&#13;
&#13;
Take a look at this example of SQL with dates - it may help?&#13;
http://27130.foren.mysnip.de/read.php?27131,590755,…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57854/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57854/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query/read.awp">Question about Table based on a query</source><title>Re: Question about Table based on a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57852/read.awp</comments><pubDate>27 May 2016 12:13:00 Z</pubDate><description>I have employee who signed contract on 27.05.2015 and contract renewal is on 27.05.2016.&#13;
I want to create a notice table which …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57852/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57852/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query/read.awp">Question about Table based on a query</source><title>Re: Question about Table based on a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57851/read.awp</comments><pubDate>27 May 2016 11:59:00 Z</pubDate><description>Modify your query ????&#13;
so you can select on dates ??</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57851/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query-57851/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57850-question-about-table-based-query/read.awp">Question about Table based on a query</source><title>Re: Question about Table based on a query</title></item></channel></rss>
