December 22, 200025 yr Does anyone know how to activate a script based on a particular popup menu choice? For example, if there are three choices under a popup menu, A, B, and C, choosing A would run script A, choosing B would run script B, and so on. Thank you! Jeffrey
December 22, 200025 yr If you're willing to have a button to execute the script after the choice has been made, you would use a script like this: If [ Menu_Choice = "A" ]
December 22, 200025 yr Author Hi, Chuck-- Thanks for the solutions. However, I don't think either is quite what I'm looking for, as the second solution would have to be running continuously. However, I will be looking into Script Scheduler. ------------------ -- Jeffrey Ellis Groundlevel Software [email protected]
Create an account or sign in to comment