<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Jul 2017 08:34:00 Z</lastBuildDate><pubDate>23 Jul 2017 19:03:00 Z</pubDate><description>Hi,&#13;
&#13;
this is just an info what can happen to an analysis. I know how to fix that - making a new analysis and copy the files from the old one and re-arrange files and links. It will just waste some time, at least two days.&#13;
&#13;
There is an analysis with 64 files and 76 links. Not a big thing. This analysis has been tweaked and changed hundreds of times. And now I deleted a single file ("ANFAHRT") and all references to it in the associated program.&#13;
&#13;
Among many other things, in the project's initialization code there is a simple loop to detect and HCreation(..) missing files in the target database:&#13;
MyString = HListFile("MyProject.wdd","",hLstNormal)+CR MyLocalI = StringCount(MyString,CR) FOR MyLocalA = 1 TO MyLocalI MyFileName = ExtractString(MyString, MyLocalA, CR) IF NOT HFileExist(MyFileName) THEN HCreation(MyFileName) END END&#13;
And now HCreation(MyFileName) throws an error and says, that the deleted file is not in the analysis!&#13;
&#13;
Means: HListFile(..) is able to see and include the deleted file name in MyString, but HCreation(..) is not able to create the file, because it has no info about the file.&#13;
&#13;
Quick solution: I just created a file with the same name and a single item "dummy" in it. When restructuring the file, WD22 complains about a duplicate file name, but it works. I tried to remove / recreate this file for several times but the error stays. So I left it alone and it works for the time being.&#13;
&#13;
Btw. I became a bit skeptical about the file system and could locate two links in the Link-List of the HF-CC which pointed to non-existing (= deleted) files!</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems/read.awp</link><title>Analysis problems</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/61877-analysis-problems-61922/read.awp</comments><pubDate>26 Jul 2017 08:34:00 Z</pubDate><description>Hi Steven,&#13;
&#13;
firstly some good news! I wanted to send the "damaged" analysis to PCS Tech Support. Created a new Project without…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61922/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61922/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems/read.awp">Analysis problems</source><title>Re: Analysis problems</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61889/read.awp</comments><pubDate>24 Jul 2017 10:21:00 Z</pubDate><description>Hi Guenter,&#13;
&#13;
the same thing happened to me in v19 (or v17).&#13;
According to support the Analysis was "corrupted" and since "Repa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61889/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61889/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems/read.awp">Analysis problems</source><title>Re: Analysis problems</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61882/read.awp</comments><pubDate>23 Jul 2017 20:01:00 Z</pubDate><description>Hello Guenter&#13;
&#13;
I am wondering if the autocreate files option in the project setup would have created the missing file and also…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61882/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61882/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems/read.awp">Analysis problems</source><title>Re: Analysis problems</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61884/read.awp</comments><pubDate>23 Jul 2017 19:44:00 Z</pubDate><description>Hello Geunter&#13;
&#13;
Yes, I agree with you about HCreationIfNotFound() being slow.&#13;
I was referring to the option in the"Files" sect…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61884/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61884/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems/read.awp">Analysis problems</source><title>Re: Analysis problems</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61883/read.awp</comments><pubDate>23 Jul 2017 19:28:00 Z</pubDate><description>Hi AL,&#13;
&#13;
some years ago, we had a lot of mails between Tech Support and myself going forth and back. A number of experiments sh…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61883/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems-61883/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61877-analysis-problems/read.awp">Analysis problems</source><title>Re: Analysis problems</title></item></channel></rss>
