Hi all,
I've setted this Javascript function in Exit event of my Numeric Field:
if (this.rawValue.length != 6)
{
xfa.host.messageBox("Dossier must be composed of 6 numbers", "Dossier Titoli error", 3);
this.validate.nullTest="error";
this.mandatory="error";
false;
}
but this message appears also when the user input exactly 6 numbers.
What's the problem in this function?
Thanks in advance.
Luigi
I've setted this Javascript function in Exit event of my Numeric Field:
if (this.rawValue.length != 6)
{
xfa.host.messageBox("Dossier must be composed of 6 numbers", "Dossier Titoli error", 3);
this.validate.nullTest="error";
this.mandatory="error";
false;
}
but this message appears also when the user input exactly 6 numbers.
What's the problem in this function?
Thanks in advance.
Luigi
As posted before in other question, check this http://www.acrobatusers.com/forums/aucbb/viewtopic.php?pid=43665#p43665
Adobe LiveCycle ES 8.2.1 (JBoss & Win)