0) {
event.value = event.value.toString().toUpperCase();
} else if (c == 1) {
event.value = event.value.toString().toLowerCase();
}
}
-
Do you see any possible version compatibility issues in these script?
Paulo Soares wrote:
>
>
> - Original Message -
> F
But if I remove generated javascript the functionality may not work as
expected.
Paulo Soares wrote:
>
> If you remove the javascript from printfields.pdf it will work correctly.
> It
> looks like it's the javascript that has to be debugged.
>
> Paulo
>
> - Original Message -
> From