Hello all,
I'm using index server to search through a collection of company manuals,
atm they're in a mess all over the place. I have created the appropriate
catalogs for the documents and the search works ok. However, I'm using the
path of the title of the document to open the word docs in the browser but
they are stored in various folders and subfolders on the server.
Im currently hardcoding in the directory & subfolder names using the
following code:
Response.Write recordNumber & ". <A HREF='../../QMS/QMSMAN2000/Work
Instructions/" & objRS("FileName") & "' target='_top'>" & " " & _
objRS("DocTitle") & "</A><BR>" & vbCrLf
However they are different for most documents, so, my question is, is there
a way I can retrieve the relevent location for each document without
displaying the whole path as a link??
Any help would be great :)
Thanks in advance,
Clover