Skip to main content
Inspiring
September 5, 2023
Question

Error de visualización de datos en formulario pdf

  • September 5, 2023
  • 1 reply
  • 451 views

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?

 

This topic has been closed for replies.

1 reply

Abambo
Community Expert
Community Expert
September 6, 2023

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