|
| Cross reference list of file items |
| Iniciado por guest, 22,nov. 2014 16:50 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 22,noviembre 2014 - 16:50 |
Hi,
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: Include this global procedure in your project: 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) Copy the list if needed.
Regards, Piet |
| |
| |
| | | |
|
| | |
| |
| Publicado el 23,noviembre 2014 - 10:37 |
Hello Piet
This is a link to a dropbox folder for a project that does what you suggest. I have been using it for years and just wish that PCSoft would deliver something like it as they could do it a lot better than I can.
Its a V19 project <a class="ExternalLink" rel="nofollow" target="_blank" href="https://www.dropbox.com/s/3ke19x4p6sz19zb/FileFormatConverters.exe?dl=0">https://www.dropbox.com/s/3ke19x4p6sz19zb/FileFormatConverters.exe…</a>
Regards Al |
| |
| |
| | | |
|
| | |
| |
| Publicado el 23,noviembre 2014 - 14:17 |
Hi Al,
Yes, I was aware of that project and I looked into it, but this is just quick and simple alternative. Thanks anyway.
Regards, Piet |
| |
| |
| | | |
|
| | | | |
| | |
|