Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

allow for command execution in rules

D.Wheeler3GADA
Advocate

allow for command execution in rules

D.Wheeler3GADA
Advocate
Advocate

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.

0 Likes
Reply
Accepted solutions (1)
284 Views
2 Replies
Replies (2)

Ralf_Krieg
Advisor
Advisor
Accepted solution

Hello

 

Try it with

ThisApplication.CommandManager.ControlDefinitions("AppMeasureDistanceCmd").Execute2(True)

R. Krieg
RKW Solutions
www.rkw-solutions.com
0 Likes

D.Wheeler3GADA
Advocate
Advocate
That did the trick!! Thank you.
0 Likes