Message 1 of 1
Vault Messages in Inventor

Not applicable
12-13-2005
10:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Just curious if there is the way to suppress the Vault messages during
Inventor file open.
I have written a file batch processing routine that cannot run autonomously
since someone always has to stick around to dismiss those annoying messages
(example "Would you like to check the file out?" etc).
SilentOperation method doesn't seem to affect the Vault Message Boxes even
when run from the standalone executable and Inventor is in the invisible
state.
GeneralPreferences object seems to have a MultiUserMode property that can
overwrite project type from Vault to Single-User. This could do the trick...
However, I am puzzled as to how to initialize the object (Inventor API
Programming Help seems to be good for nothing).
Dim oGenPrefs as GeneralPreferences
Set oGenPrefs = ???
Any help will be greatly appreciated.
Regards,
Noel
Just curious if there is the way to suppress the Vault messages during
Inventor file open.
I have written a file batch processing routine that cannot run autonomously
since someone always has to stick around to dismiss those annoying messages
(example "Would you like to check the file out?" etc).
SilentOperation method doesn't seem to affect the Vault Message Boxes even
when run from the standalone executable and Inventor is in the invisible
state.
GeneralPreferences object seems to have a MultiUserMode property that can
overwrite project type from Vault to Single-User. This could do the trick...
However, I am puzzled as to how to initialize the object (Inventor API
Programming Help seems to be good for nothing).
Dim oGenPrefs as GeneralPreferences
Set oGenPrefs = ???
Any help will be greatly appreciated.
Regards,
Noel