January 25, 200719 yr Newbies I have a file number, how do I create a script or option so when click on the file number - it will link to a shared path? Example: FILE12345, when I click on the file, it will open the share link: servershareFILE12345 Thanks
January 25, 200719 yr Once you store your server path into a global field, you can use the Open Event Script to make it open in its default application. gPath = "servershare" Send Event [aevt"; "odoc"; gPath & FileNameField] Then make your FileNameField a button to call that script.
Create an account or sign in to comment