I use a hotspot to activate a macro. The macro runs fine. After the macro runs I need to bring the user back to the screen that iniatiated the hot spot, print some info to the screen and allow the use to transmit.
The problem is, when I return to the screen, the hotspot activates the macro again so i have 2 instances of the macro running. The information dosen't get printed to the screen because the most recent instance of the macro takes over. Is it possible to disable the hotspot with the first command of the macro and enable it again just before the end statement.
The problem is, when I return to the screen, the hotspot activates the macro again so i have 2 instances of the macro running. The information dosen't get printed to the screen because the most recent instance of the macro takes over. Is it possible to disable the hotspot with the first command of the macro and enable it again just before the end statement.