What is the reason that i cannot program a button on a form that simple launch the first attachment on the current document without any “magic” ???
My workaround so far:
@Command([EditSelectAll]);
@Command([AttachmentLaunch]);
@Command([EditDeselectAll]);
Why get users a five button dialog when they double-click on a read-mode document ? I bet in 90% of cases they want to open the attachment/file. Put all the rest in a right-click context menu.
Subject: The default action being Launch is a security risk
That’s how it used to be back in version 5 or thereabouts, but the growth of email viruses prompted us to change it to make it harder for users to launch (“open”) attachments by accident, and to encourage them to use the safe built-in viewer that doesn’t know how to execute any code that might be embedded in the attachment.
Subject: That bother the users
Ok, i will select the appropiated operation, propably you will do, but (again) 90% users click any button. They want to see the file. So Notes should come up with the build in viewer by default and all other thru context menu or programming.
Even if the five button dialog is ok, it don’t coming up only using the @Command([AttachmentLaunch]) in a read-mode doc.