Copy link to clipboard
Copied
Use this as custom format script:
if(event.value){
event.value = util.printf("%,2.2f",event.value).toString().replace(/\./gim," ");}
Then use this as 'Validate' script:
if(event.value == 0)
event.value = "";
Copy link to clipboard
Copied
Use this as custom format script:
if(event.value){
event.value = util.printf("%,2.2f",event.value).toString().replace(/\./gim," ");}
Then use this as 'Validate' script:
if(event.value == 0)
event.value = "";
Copy link to clipboard
Copied
Thank YOU ! ❤:rose::rose::rose::rose::rose:
Copy link to clipboard
Copied
Nesa, could you please look at below post ?
https://community.adobe.com/t5/acrobat-discussions/problem-with-number-format/m-p/14704029#M468736