MichaelTamoush
4 years agoQrew Captain
Caching Issues on File Links
I typically use this syntax to make a file link field (that i can pass through lookup fields)
"<a href='"& URLRoot()&"up/"&Dbid()&"/a/r"&[Record ID#] & "/e6/v0' target='_blank' >" & [Field Name] & "</a>"
This works great, but is defeated by caching issues. For example, one file field was a .doc. This document was overrwritten by a pdf file with a different name, AND the originally .doc file was deleted.
However, users that have already cached it still see AND access the word document (even though it has been deleted in QB).
Has anyone encountered this, and does anyone know a fix?
------------------------------
Michael Tamoush
------------------------------
"<a href='"& URLRoot()&"up/"&Dbid()&"/a/r"&[Record ID#] & "/e6/v0' target='_blank' >" & [Field Name] & "</a>"
This works great, but is defeated by caching issues. For example, one file field was a .doc. This document was overrwritten by a pdf file with a different name, AND the originally .doc file was deleted.
However, users that have already cached it still see AND access the word document (even though it has been deleted in QB).
Has anyone encountered this, and does anyone know a fix?
------------------------------
Michael Tamoush
------------------------------