Took me a while to figure this out, but I think I have it -
If you insert a Dynamic Hyperlink into the Item field, the hyperlink HREF attribute is in the form of "href=[FileFullName]". Single-clicking the link will take you to the file referenced in the FileFullName field (which is a concatenation of the FilePath and FileName fields).
If you insert a Static Hyperlink into the Item field, the hyperlink HREF attribute is in the form of "href="file:///C:/cloud/Dropbox/austin/1962.03.08 - downtown expressway will open.pdf"". Single-clicking this link will open the file referenced in the HREF attribute itself, not the file referenced in the FileFullName field, if any. Double-clicking the Item field will take you to the file referenced in the FileFullName field, if any.
If you have no hyperlink at all in the Item field, but there is a file referenced in the FileFullName field, double-clicking the Item will open that file.
What if you had a reference in both the URL and the FileFullName fields, and double-clicked the item? Haven't tried that. Maybe both get opened!
Comments