Newbies vinh Posted January 25, 2007 Newbies Posted January 25, 2007 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
mr_vodka Posted January 25, 2007 Posted January 25, 2007 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.
Recommended Posts
This topic is 6514 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now