How do I prevent JMP Alerts from popping up?
When I use a combo button on the dashboard I get a JMP Alert. Nevermind what the alert says because it runs smoothly besides the popup. Is there a way to prevent or close that Alert within the script?
I have tried:
Combo11 << Batch Interactive ( 1 );
throw();
stop();
Thanks for the help!