Message 1 of 2
Apprentice OpenwithOptions
Not applicable
03-09-2013
12:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have seen at least two previous posts on this, but no answers.
Is there a list of possible options for Apprentice with the OpenwithOptions method?
Even if the Apprentice.open call is inside of a Try Catch, it doesn't throw an error when a file is missing references it just goes back to the routine that called it.
Like the others I have tried this to no avail.
Dim oDocOpenOptions As NameValueMap
oDocOpenOptions = oApprenticeApp.TransientObjects.CreateNameValueMap
Call oDocOpenOptions.Add("SkipAllUnresolvedFiles", True)