not printing 'anwers' for calculations / formulas where no input values were given
i have created document formulas. when print document, want 'answers' of calculations no values put in, not print (currently 'answers' no values put in print '0'. makes document untidy.) can please me this?
if calculated result of 0 never valid, can use following custom validate script in each calculated field:
// custom validate script
if (+event.value === 0) event.value = "";
otherwise, you'll have use custom javascript performs calculations after checking inputs.
More discussions in PDF Forms
adobe
Comments
Post a Comment