Roberto Hello, Before a Process gets executed I would like to ask the user to confirm its execution. How can I implement a confirmation window, your classic "Are you Sure?"with Yes\No buttons, in AwareIM? Thank you Roberto
Jaymer the DISPLAY QUESTION has to be done from a Process. So its not exactly what you asked... "before a process gets executed". But at the beginning of a process you can do a FIND to check a Count, and then REPORT ERROR to cancel the process (if the process should not continue). Or you can just ask like in this example. Do what you want in this process, or call the next process that you really wanted.