Newbies MrMims Posted February 7, 2007 Newbies Posted February 7, 2007 Is there a way I can create a script that will automatically open the file I have in a container? I am putting word documents and CAD Drawings into these containers and these are files I have already on my computer. All I seem to be able to do is Export the file, create a second copy, and then it opens. All I want to do is open the file from the container without having to save it again. Thank you for the help David
Genx Posted February 7, 2007 Posted February 7, 2007 Export the contents to some temp directory and then open the file...
Newbies MrMims Posted February 7, 2007 Author Newbies Posted February 7, 2007 With the "Send Event" command, I see how I can make it open a certain Application, but how do I make it hope the document I have in the container with that application. Thank you for the help david
mr_vodka Posted February 7, 2007 Posted February 7, 2007 Something like. Set Variable $filePath [Path of Document] Send Event ["Microsoft Word" "aevt" "odoc" "$filePath"] Also if your files are set up as references link to the files in your container field, you can just use a simple Go to Field [ContainerField, select/perform]
Recommended Posts
This topic is 6501 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