Cant get Javascript to execute
In Acrobat Pro 9, Field I, Properties, Actions tab, execute on Mouse up, entered the following javaScript:
if (H<3000){
I=3000
} else { I=H}
Field H is a calculated value.
I don't get any syntax errors, but when data is entered into the PDF, silently does not run and I get no value returned. I have tried variations of the string with the same results. Can someone please help. Thanks.
