Hello, i'm using a tmsgbox with the YES/NO buttons. The goal of this, is that if user click YES job continu, if NO job is stopped. I don't know how to do this. I think simply use the trigger run if after my tmsgbox. As if condition i have set : ((String)globalMap.get("tMsgBox_1_RESULT"))=="1" But this is always false. I don't know what is the value return by TmsgBox when YES or when NO. Does anyone know it? thkx, jean
hi,
you are on the right way .
First use equals to compare 2 String in java.
when user clic "yes" , it return "0" so compare result box like this :
order 1
if