bcooney Posted April 5, 2006 Posted April 5, 2006 I would like my script to insert a file into a container field. The steps I have are: 1. save the file to c:attachments (the file is from an email attachment, using PC Computing's Outlook manipulator). This step works fine. 2. insert the file I just saved into a container field. no matter what I do, the insert file step comes up with a dialog box. It must not be resolving the path. Although the variable "a_path" is correct. In the filepath dialog I have: filewin:&$a_path where $a_path = c:attachmentsfilename.doc Are there any obvious gotcha's that I should know?
MetaSys Software Posted April 5, 2006 Posted April 5, 2006 The syntax in FilePath dialog box should be filewin:/&$a_path and $a_path = C:/attachments/filename.doc forward slash & not backward.
Recommended Posts
This topic is 7067 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