Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open macro for editing, not launch
#1
I have a macro that takes input and does a "sel case" routine to interpret it.

But if what I input is not understood, then further case entries are required and I'd like the macro to end and the QM Editor to pop up for me to edit it before running it again.

how do I open a macro for edit from within that same macro?

thanks
#2
Macro
Trigger F12     Help - how to add the trigger to the macro
Code:
Copy      Help
mac+ _s.getmacro(getopt(itemid) 1)

other way would be
Macro
Trigger F12     Help - how to add the trigger to the macro
Code:
Copy      Help
end "add new case here"

but then uncheck Options -> Run time -> only if qm is visible.


Forum Jump:


Users browsing this thread: 1 Guest(s)