MAKING FORM FIELD AUTO TAB
so have pdf form several fields. form working being used vehicle check-in sheet , area in question vehicle identification number (vin) section. vin 17 digits , have 17 different fields limited max count of 1 problem when use standard javascript code in document of
function gonext(item, event, cname)
{afnumber_keystroke(0, 0, 0, 0, "",true);
if (event.rc &&
afmergechange(event).length ==event.target.
charlimit)
item.getfield(cname).setfocus();
}
and in field properties have selected under format tab
format category custom
custom keystroke script: gonext(this, event, "vin2");
my problem can use numerical digits , if try use normal vin such 1cg745bs743825167 won’t let me use letters. trying figure out how click on first form field first character of vin , press cntrl+v paste vin , won’t let me have pointers on how make these 2 things happen?
[asking in correct forum helps... moved non-technical forum lounge specific program forum... mod]
the afnumber_keystroke forces or allows numeric values enterefd. sample form entering numeric data ssn.
this approach used before "comb" fields became available. should able use comb field user written validation script , charater limit of 17 characters.
More discussions in PDF Forms
adobe
Comments
Post a Comment