I am trying to go through a list of files in a folder and then add a
hyperlink to each one in a table.
I am having a difficult time figuring out how to add that link into the
table and do it in such a way that the entire path isn't displayed in
the record, just the document name (just like I can make it look if I
add the hyperlink by hand and then edit it using the dialog.)
I have tried figuring it out using this article: (but I still don't get
it)
http://msdn.microsoft.com/archive/de...plications.asp
Could someone kindly walk me through how to get from having a String
with my file path stored in it, to adding it to my table, such that the
link only displays the document name and not the full path?
Thank you,
Jody Blau
hyperlink to each one in a table.
I am having a difficult time figuring out how to add that link into the
table and do it in such a way that the entire path isn't displayed in
the record, just the document name (just like I can make it look if I
add the hyperlink by hand and then edit it using the dialog.)
I have tried figuring it out using this article: (but I still don't get
it)
http://msdn.microsoft.com/archive/de...plications.asp
Could someone kindly walk me through how to get from having a String
with my file path stored in it, to adding it to my table, such that the
link only displays the document name and not the full path?
Thank you,
Jody Blau
Comment