Hi,
I managed to filter the data in a forms and List module using multiple filtering. For this purpose I use the Netism Satellite Extrem modue (Netism Solutions).
I'm almost there, but the problem I'm facing right now is that I have two colums defined as Download columns. These fields store documents that can be downloaded.
In my script that I use in the Netism Satellite Extreme module, I iterate through the data stored in the UDT tables like this:
#foreach ( $row in $rows )
<tr>
<td>$row.Get("Datum")</td>
<td>$row.Get("Titel")</td>
<td>$row.Get("Wedstrijdcategorie")</td>
<td>$row.Get("Leeftijdscategorie")</td>
<td>$row.Get("Discipline")</td>
<td>$row.Get("Info")</td>
<td>$row.Get("Resultaat")/<td>
</tr>
#end
The data I get back from my download-fields ('Info', 'Resultaat'), are however not links to a document on the server, as I was inspecting but value's like:
FileId=54, FileId=31 etc ...
My question is, how can I use these values to reproduce links to the files on the server, so that in the filtered list, the user can click the links and download the file.
Thanks,
Anthony Candaele
www.webmove.be