<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Nov 2014 14:17:00 Z</lastBuildDate><pubDate>22 Nov 2014 16:50:00 Z</pubDate><description>Hi,&#13;
&#13;
While PCSoft is still studying on this feature I needed a crossref list and found a quick way to get a cross reference list of an item with very little effort:&#13;
Include this global procedure in your project:&#13;
PROCEDURE List_Files(sItemSought) sResult,sFileList,sItemList is string sResult="Item "+sItemSought+" is found in"+RC sFileList=HListFile() FOR EACH STRING sFile OF sFileList SEPARATED BY RC sItemList=HListItem(sFile) FOR EACH STRING sItem OF sItemList SEPARATED BY RC IF sItem~=sItemSought THEN sResult+=RC+Complete(sFile,50)+TAB+sItem END END END RESULT sResult Just run it in testmode, enter the itemname as parameter and the result is displayed (you can resize the result area by enlarging the window)&#13;
Copy the list if needed.&#13;
&#13;
Regards,&#13;
Piet</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49151-cross-reference-list-file-items/read.awp</link><title>Cross reference list of file items</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/49151-cross-reference-list-file-items-49161/read.awp</comments><pubDate>23 Nov 2014 14:17:00 Z</pubDate><description>Hi Al,&#13;
&#13;
Yes, I was aware of that project and I looked into it, but this is just quick and simple alternative.&#13;
Thanks anyway.&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49151-cross-reference-list-file-items-49161/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49151-cross-reference-list-file-items-49161/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49151-cross-reference-list-file-items/read.awp">Cross reference list of file items</source><title>Re: Cross reference list of file items</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49151-cross-reference-list-file-items-49158/read.awp</comments><pubDate>23 Nov 2014 10:37:00 Z</pubDate><description>Hello Piet&#13;
&#13;
This is a link to a dropbox folder for a project that does what you suggest. I have been using it for years and ju…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49151-cross-reference-list-file-items-49158/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49151-cross-reference-list-file-items-49158/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49151-cross-reference-list-file-items/read.awp">Cross reference list of file items</source><title>Re: Cross reference list of file items</title></item></channel></rss>
