<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Jul 2015 18:18:24 Z</lastBuildDate><pubDate>24 May 2006 16:06:55 Z</pubDate><description>Hello forum,&#13;
I am trying to open a HF55-file that is dynamically defined in an earlier version of our software to convert it to a HF7-file defined in the analysis. The problem is opening the 55-file from WD90. I've use the following code to declare the HF55-file:&#13;
//// Onderstaande description-types voor definieren van bestand INGELPRD&#13;
TableDesc is File Description&#13;
ItemDesc is an Item Description&#13;
// Beschrijving (WD 5.5) bestand INGELPRD voor bijhouden van ingelezen productie per project/jaar/week ...&#13;
// describing the file&#13;
TableDesc..Name="INGELPRD"&#13;
TableDesc..Type=hFileHF5 // TableDesc..Type becomes 51 instead of 56 !!!&#13;
TableDesc..FicCryptMethod=hCryptNo&#13;
//&#13;
// describing the "PROJECTNR" item&#13;
ItemDesc..Name="PROJECTNR"&#13;
ItemDesc..Type=hItemInteger4&#13;
HDescribeItem(TableDesc, ItemDesc)&#13;
//&#13;
// describing the "JAAR" item&#13;
ItemDesc..Name="JAAR"&#13;
ItemDesc..Type=hItemInteger2&#13;
HDescribeItem(TableDesc, ItemDesc)&#13;
//&#13;
// describing the "WEEK" item&#13;
ItemDesc..Name="WEEK"&#13;
ItemDesc..Type=hItemInteger2&#13;
HDescribeItem(TableDesc, ItemDesc)&#13;
// describing the "IPKey0" item&#13;
ItemDesc..Name="IPkey0"&#13;
ItemDesc..KeyExpression="PROJECTNR+JAAR+WEEK" &#13;
ItemDesc..KeyType=hUniqueKey&#13;
HDescribeItem(TableDesc, ItemDesc)&#13;
// validating the file description&#13;
HDescribeFile(TableDesc)&#13;
// Change file directory&#13;
HChangeDir("INGELPRD",CompleteDir(gsDatadrive)+pad_admin) // OK&#13;
// Open file&#13;
HOpen("INGELPRD","",hORead) // produces an error&#13;
********************************************************************&#13;
The declaration works OK, except that at TableDesc..Type=hFileHF5 gives TableDesc..Type the value 51 (constant hFileNormal) instead of 56 (constant hFileHF5). At opening the file I get the following error message:&#13;
Error in Method hfHOpen process, line 12.&#13;
HOpen function called.&#13;
File not in WinDev 9.0 format:&#13;
F:\WDProj90\testbedrijven\data\RENOVATIE\INGELPRD.FIC&#13;
file in WinDev 5.5 (or earlier) format.&#13;
&#13;
**********************************************&#13;
Technical Information&#13;
Project : 3Borg&#13;
Dump error of module &lt;9.00Df&gt;.&#13;
- WL Call:&#13;
Processing , line &lt;12&gt;, thread &lt;0&gt;&#13;
Function , syntax # &lt;1&gt;&#13;
- Level: fatal error (EL_FATAL)&#13;
- Error Code: 70150&#13;
- WD55 Error Code: 150&#13;
- No system error code&#13;
- No system error message&#13;
- What happened?&#13;
File not in WinDev 9.0 format:&#13;
F:\WDProj90\testbedrijven\data\RENOVATIE\INGELPRD.FIC&#13;
file in WinDev 5.5 (or earlier) format.&#13;
- Debug Information:&#13;
##(CWDFile)-Signature gérée=&lt;5456720&gt;, signature lue=&lt;825241898&gt;##&#13;
Fonction (7,17)&#13;
- Attached Information:&#13;
EIT_SRCFILE : &#13;
EIT_LOGICALTABLENAME : &#13;
EIT_DATEHEURE : 22/05/2006 11:17:34&#13;
EIT_PILEWL :&#13;
Method hfHOpen (HFFUNC.hfHOpen), ligne 12&#13;
Local Procedure cnv_IngelPrd (autoconv.PROCEDURE.cnv_IngelPrd), ligne 100&#13;
Global Declarations of autoconv (autoconv), ligne 73&#13;
Initialization of BASIS3B (BASIS3B), ligne 69&#13;
- Identifier in .err: 70411&#13;
*****************************************************************************&#13;
I've tried to use the declarationmethod of WD55, but then I get an error message that the file is already declared (). &#13;
Who can give me a hint to open this HF5 type file from WD90 ?&#13;
Thanks in advance.&#13;
Stefan.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file/read.awp</link><title>[WD90] Dynamically open a WD55-HF-file</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>RichardRoe</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-52970/read.awp</comments><pubDate>5 Jul 2015 18:18:24 Z</pubDate><description>Hi friends,&#13;
&#13;
here's an example for dynamically accessing a WD 5.5 file ("KUNDEN") from WinDev 20 ... &#13;
&#13;
*** works as a 32-bit…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-52970/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-52970/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file/read.awp">[WD90] Dynamically open a WD55-HF-file</source><title>Re: [WD90] Dynamically open a WD55-HF-file</title></item><item><author>sb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7218/read.awp</comments><pubDate>24 May 2006 18:45:12 Z</pubDate><description>Hi Al,&#13;
I've tried to declare the file in the old (5.5) way, but than I get an error on the statement HDescribeFile(). I declare…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7218/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7218/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file/read.awp">[WD90] Dynamically open a WD55-HF-file</source><title>Re: [WD90] Dynamically open a WD55-HF-file</title></item><item><author>alwd</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7216/read.awp</comments><pubDate>24 May 2006 17:52:32 Z</pubDate><description>G'day Stephan&#13;
Sorry I missed the importance of your initail phrase about a dynamically created file but this has me intrigued n…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7216/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7216/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file/read.awp">[WD90] Dynamically open a WD55-HF-file</source><title>Re: [WD90] Dynamically open a WD55-HF-file</title></item><item><author>sb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7214/read.awp</comments><pubDate>24 May 2006 17:08:44 Z</pubDate><description>Hello Al,&#13;
thanks for your quick response, but I can't use HDeclare(). It is use to open files described in the "analysis" of ea…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7214/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7214/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file/read.awp">[WD90] Dynamically open a WD55-HF-file</source><title>Re: [WD90] Dynamically open a WD55-HF-file</title></item><item><author>alwd</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7210/read.awp</comments><pubDate>24 May 2006 16:48:08 Z</pubDate><description>G'day Stephan&#13;
Wouldn't you have to declare the file first before setting up the descriptions ? &#13;
This would establish its type …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7210/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file-7210/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/7205-wd90-dynamically-open-wd55-file/read.awp">[WD90] Dynamically open a WD55-HF-file</source><title>Re: [WD90] Dynamically open a WD55-HF-file</title></item></channel></rss>
