Answered
I have a form that I have made wth LiveCycle Disinger which has fileds to enter the mileage costs and I would like that it calculates the value based upon the miles which are entered in a MessageBox.
Below is the script which opens รก MessageBox
var sResponse = xfa.host.response("How many miles have you driven?", "Enter Your Mileage", "", false);
xfa.host.messageBox(sResponse, "Your Response", 3, 2);
The problem I have is how to get the user input to calculate and entered into the respective field. (Auto_M_Col_1)
Any help would be appricated
Kind Regards
Martin
You may want to add some addiional code to verify only numberic values are being entered.
George Kaiser