Hi there,I am making message box in formCalc and I would like to set the focus back to the field when the user choose ”yes” .form1.#subform[0].TextField1::exit - (FormCalc, client)if(xfa.host.messageBox("Do you want to change the field value?", "Warning", 2, 2)=="4")then xfa.host.setFocus($)endif...