Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't get this command to work:
Application.DocumentManager.MdiActiveDocument.Editor.Command("_MVSETUP", "_A", "_H");
The aquivalent works:
Application.DocumentManager.MdiActiveDocument.SendStringToExecute("_MVSETUP _A _H ", true, false, false);
albeit it doesn't close the command.
Anyone can hint me what I am doing wrong?
Thx in advance
Solved! Go to Solution.