Hi Nith, I am sorry for being unable to post the form...Here is the code
that I have on my "Save/Exit" button-----
form1.#subform[0].Button1::click: - (JavaScript, client) var txt =
form1.execValidate(); if (txt == true){event.target.closeDoc();}-----
form1.#subform[0].Button1::postSave - (FormCalc, client)
xfa.host.messageBox("Check data from ...... place.", 3, 1);If I use the
file > save button then it works fine but I need to validate save and
close the form without user interventionPlease le...