<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Nov 2014 10:51:00 Z</lastBuildDate><pubDate>24 Nov 2014 06:59:00 Z</pubDate><description>Hello All&#13;
&#13;
I know that PCSoft released a set of indirection inidicators some time ago, but I never bothered going back over my old code, but V19 must parse indirections slightly differently to previous versions. I have one data file where the name of the file "Issued" matches the name of a date field in the file that is also called "Issued". I appreciate this is probably not a good idea, but it has not caused any problems until now.&#13;
&#13;
All the versions prior to version 19 were able to run the following code successfully&#13;
HRead({FileName},CurrentRecNum)&#13;
In V19 the field value for "Issued" was substituted instead of the actual file name so the program crashed.&#13;
&#13;
Setting the indirection indicator fixed the problem&#13;
HRead({FileName,indFile},CurrentRecNum)&#13;
&#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/49165-wd19-heads-possible-change-indirection/read.awp</link><title>[WD19] Heads up on possible change to {} indirection</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/49165-wd19-heads-possible-change-indirection-49169/read.awp</comments><pubDate>24 Nov 2014 10:51:00 Z</pubDate><description>Hello Peter&#13;
&#13;
Thank you for the tip, it worked as you suggested.&#13;
&#13;
That particular piece of code started life in 2002 as a glo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49165-wd19-heads-possible-change-indirection-49169/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49165-wd19-heads-possible-change-indirection-49169/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49165-wd19-heads-possible-change-indirection/read.awp">[WD19] Heads up on possible change to {} indirection</source><title>Re: [WD19] Heads up on possible change to {} indirection</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49165-wd19-heads-possible-change-indirection-49166/read.awp</comments><pubDate>24 Nov 2014 09:12:00 Z</pubDate><description>Hi Al,&#13;
&#13;
If I am not mistaking you don't need indirection here...&#13;
You can use:&#13;
FName is string = "DBTableName" //or DBTable..…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49165-wd19-heads-possible-change-indirection-49166/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49165-wd19-heads-possible-change-indirection-49166/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49165-wd19-heads-possible-change-indirection/read.awp">[WD19] Heads up on possible change to {} indirection</source><title>Re: [WD19] Heads up on possible change to {} indirection</title></item></channel></rss>
