Open Attachment based on file extension
Category notes win32
A recent question on the Notes 6/7 forum on notes.net asks how you can get Notes to launch a file in the proper application. If you are doing this on a Windows platform, you can use a call to the API, specifically ShellExecuteA() to take care of this for you.
I've uploaded a sample database to the blog that illustrates how to do this.
A recent question on the Notes 6/7 forum on notes.net asks how you can get Notes to launch a file in the proper application. If you are doing this on a Windows platform, you can use a call to the API, specifically ShellExecuteA() to take care of this for you.
I've uploaded a sample database to the blog that illustrates how to do this.













- 
