<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Jan 2015 10:04:00 Z</lastBuildDate><pubDate>20 Jan 2015 07:36:00 Z</pubDate><description>Hello All&#13;
&#13;
I have an indirection process that works on data in a hyper file and I am using the "indItem" constant type when extracting the field name and while it does not give an error I am curious if it is the correct one.&#13;
&#13;
There is a constant (indFile) for files and I suppose I was expecting an "indField" if there was one specifically for file fields but there is not so..&#13;
&#13;
This is the code&#13;
LTempString = ExtractString(LItemList,firstRank,CR) WHILE LTempString &lt;&gt; EOT LFldNameString = ExtractString(LTempString,1) LItemIntType = Val(ExtractString(LTempString,3)) SWITCH LItemIntType CASE 10,14,24 //10 date type item on 6 bytes //14 date type item on 8 bytes //24 date+time type item LDateFldName = LWDFile+"."+LFldNameString IF NOT DateValid({LDateFldName,indItem}) THEN&#13;
Regards&#13;
Al</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49943-wd19-what-correct-indirection-type-for-file-field/read.awp</link><title>[WD19] What is the correct indirection type for a file field</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/49943-wd19-what-correct-indirection-type-for-file-field-49945/read.awp</comments><pubDate>20 Jan 2015 10:04:00 Z</pubDate><description>Hello David&#13;
&#13;
That makes perfect sense - thanks&#13;
&#13;
Regards&#13;
Al</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49943-wd19-what-correct-indirection-type-for-file-field-49945/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49943-wd19-what-correct-indirection-type-for-file-field-49945/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49943-wd19-what-correct-indirection-type-for-file-field/read.awp">[WD19] What is the correct indirection type for a file field</source><title>Re: [WD19] What is the correct indirection type for a file field</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49943-wd19-what-correct-indirection-type-for-file-field-49944/read.awp</comments><pubDate>20 Jan 2015 08:19:00 Z</pubDate><description>Hi Al&#13;
My belief is that indItem is correct &amp; is PCSoft's alternative to calling it a field, the same way as HListItem lists all…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49943-wd19-what-correct-indirection-type-for-file-field-49944/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49943-wd19-what-correct-indirection-type-for-file-field-49944/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49943-wd19-what-correct-indirection-type-for-file-field/read.awp">[WD19] What is the correct indirection type for a file field</source><title>Re: [WD19] What is the correct indirection type for a file field</title></item></channel></rss>
