Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to move some of my iLogic configurator programs over to a Vaulted structure. So far I've only hit one hick-up: Once the file is fully configured, I have a rule that "takes" the user to an IDW file using ThisDoc.Launch(). If this file doesn't exist in the user's local workspace it throws an exception (no surprise). Does anyone know if there is a method to get the file form Vault? There's no check in/check out involved, the files will be checked out to a "library user" that will not be running the programs.
This is what I envision (faked):
Try ThisDoc.Launch("My Drawing File.idw") Catch Try ThisApplication.VaultAddIn.MagicVaultMethod("$/Folder/Folder/My Drawing File.idw") ThisDoc.Launch("My Drawing File.idw") Catch MsgBox("Unable to retrive file from Vault") End Try End Try
Mike (not Matt) Rattray

Solved! Go to Solution.