Actually I had them reversed. Sorry about that. Navigate took me to a page that had the entryid for that document. "Go to this hyperlink" took me to a page with the .resources URL that I had mentioned earlier and I am getting "Page Not found" with that. I am using DMX 4.00.06 on DNN 4.5.5 with IIS 6.
BTW I did a workaround to present the URL for direct link to the document to the end user. I changed the label "Go to this hyperlink" to "Copy Shortcut" and modified the file DefaultMenu.resources as follows.
Added the lines
./TabUrl/@Connector"/>Command=Core_Download&EntryId= select="./Entry/@EntryId"/>
Changed the section for "Hyperline2" as follows
./TabUrl/@Connector"/>Command=Core_Download&EntryId= select="./Entry/@EntryId"/>&Method=attachment>
var newwin=window.open('','newwin','resizable=no,width=600,height=200');newwin.document.open();newwin.document.write("");newwin.document.write('');newwin.document.close();newwin.focus();
Will it be possible for you to incorporate something like this in the next release so that my changes are not overwritten when we upgrade.
Thanks,