04-28-2022
07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-28-2022
07:32 AM
I am unsure of the coding to allow for an application command to be executed before invoking the next ilogic command in a rule.
I am trying to launch the measure command from within a rule and allow the user to take a measurement and exit out of the measurement dialog box before the rule continues and displays an input box... I believe this is possible, and any help is appreciated.
Solved! Go to Solution.
04-28-2022
08:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-28-2022
08:18 AM
Hello
Try it with
ThisApplication.CommandManager.ControlDefinitions("AppMeasureDistanceCmd").Execute2(True)
R. Krieg
RKW Solutions
www.rkw-solutions.com
04-28-2022
08:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report