Newbies mebrett Posted March 14, 2011 Newbies Posted March 14, 2011 Hi all, I would like to grab the text from a word doc and insert it into a field. I know that Scribe can do this for a container, but I'm not using containers for my documents. Instead, I use a stored filepath, file name, and extension to create a URL for OpenURL. I've tried building a script where ScribeDocLoad (filepath & file name & ext ) but it comes up with an error. Am I attempting the impossible?
Smef Posted March 14, 2011 Posted March 14, 2011 ScribeDocLoad is the correct function to use. What is the path that you are using? Make sure that the path you are passing in is correct and points to a valid file. ScribeDocLoad("/Users/myUser/Desktop/somefile.doc") You can see what your error is by calling ScribeLastError after receiving "ERROR" from a function.
Recommended Posts
This topic is 5370 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