Answered
Hi all,
I am trying to develop a form that when you enter data into a field it then moves to the next field when you have entered the required digits.
Any ideas?
Thanks
Craig
Hi all,
I am trying to develop a form that when you enter data into a field it then moves to the next field when you have entered the required digits.
Any ideas?
Thanks
Craig
function AutoTab(doc, event, cNext){// Call the built-in routine to allow numbers only.AFNumber_Keystroke(0, 0, 0, 0, "", true);// If we've filled in the field completely, jump to the next one.if (event.rc && AFMergeChange(event).length == event.target.charLimit)doc.getField(cNext).setFocus();}
Good Luck,
Jim Healy
FormRouter, Inc.
Check out our FREE Advanced Acroform Toolset:
http://www.formrouter.com/tools
Jim Healy, Founder & CEO FormRouter Inc.
Chapter Leader AUG RTP NC
http://www.formrouter.com