Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
3

Error de visualización de datos en formulario pdf

Community Beginner ,
Sep 05, 2023 Sep 05, 2023

Buenos días

En un campo de un formulario pdf me aparece un error de visualización cuando algunos usuarios rellenar el pdf desde el navegador de internet.

Los campos se visualizan con %.0d  en vez del valor correcto. 

Estos campos llevan la validación de formato siguiente

if (!event.value) {
event.value = "HECTOLITROS";
event.target.display = display.noPrint;
} else {
event.target.display = display.visible;
event.value = util.printf("%,0d", event.value).replace(/,/g, ".");
}

 

¿hay alguna forma de que no aparezca este error sin quitar la validación de formato?

 

TOPICS
JavaScript , PDF , PDF forms
372
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 06, 2023 Sep 06, 2023
LATEST

What internet browser? Are they using the browser embedded viewer or Acrobat? If they use Acrobat, what is the Acrobat version? If they are using the browser viewer, ask your question in that forum. Browser viewers are created without the expertise od Adobe.

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines