Message 1 of 3
Suppress / hide check in dialog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know this has been asked before but i'm hoping someone from autodesk can chime in here. I want / need to hide the check in dialog when i call the check in command.
ThisApplication.CommandManager.ControlDefinitions.Item("VaultCheckinTop").Execute2(False)
I understand the usual solution is send keys but this is is very unreliable for me. if the user does anything while it's running it messes it all up as the send keys is indiscriminate to which window it's applied.
I don't care if i have to access it via the EDM addin, I am already interfacing with the vault and retrieving / checking out the files. I just want to use the default check in function to ensure all file relationships and data etc. are checked in correctly, but the dialog is a massive pain.
Is there any way to access the form / command directly?
Thanks, Matt.