<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Dec 2017 04:43:00 Z</lastBuildDate><pubDate>14 Dec 2017 08:26:00 Z</pubDate><description>Hello,&#13;
&#13;
I want to check index of each file in my database which is HFClassic and if there are any problems reported I want to index the files in question.&#13;
&#13;
So how can I iterate through all the files in my database without having to hard-code for each file?&#13;
&#13;
TIA</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63660-how-enumerate-all-files-and-process-them/read.awp</link><title>How to enumerate all files in DB and process them</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/63660-how-enumerate-all-files-and-process-them-63704/read.awp</comments><pubDate>18 Dec 2017 04:43:00 Z</pubDate><description>Arie,&#13;
&#13;
Thanks the code sample.&#13;
&#13;
I managed to get it working finally!</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63660-how-enumerate-all-files-and-process-them-63704/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63660-how-enumerate-all-files-and-process-them-63704/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63660-how-enumerate-all-files-and-process-them/read.awp">How to enumerate all files in DB and process them</source><title>Re: How to enumerate all files in DB and process them</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63660-how-enumerate-all-files-and-process-them-63661/read.awp</comments><pubDate>14 Dec 2017 09:53:00 Z</pubDate><description>Something like this will do&#13;
&#13;
sFileList = HListFile(hLstSorted)&#13;
FOR EACH STRING sFile OF sFileList SEPARATED BY CR&#13;
HIndex(sFi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63660-how-enumerate-all-files-and-process-them-63661/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63660-how-enumerate-all-files-and-process-them-63661/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63660-how-enumerate-all-files-and-process-them/read.awp">How to enumerate all files in DB and process them</source><title>Re: How to enumerate all files in DB and process them</title></item></channel></rss>
