Slava Shinderov 6/29/2012 1:49:12 AM As a workaround, you can use the Formula - URL with "Display as" property set to "Button" to print the document:
URLRoot() & "/documentopen.aspx/" & URLEncode("filename.docx") & "?d=<doc-id>&id=" & RecordId()
<doc-id> is a number following document= in an setup's document view page.
You may include that column into your table view if needed.
|