Delay in Cal fields.
i have drop down on 100 options. have placed script on blur enter values hidden text boxes based on selected item in drop down. these boxes used in calculations viable field.
problem = the first use performs perfectly, should user change drop down choice old values remain in displayed box until user tabs through @ least 3 fields, @ point reset new values.
example short hand (yes know not code easer follow)
hidboxa = 1
if dropbox = 1
then hidbox1 = 3;
hidbox2 = 0;
hidbox3 = 1;
else if dropbox = 2
then hidbox1 = 0;
hidbox2 = 2;
hidbox3 = 0;
visbox1 = hidboxa + hidbox1
visbox2 = on.
when user changers mind drop down 1 drop down 2 visbox1 should read = 1 tab out of dropbox, not? don't know doing wrong here appreciated.
did set option commit select value of drop-down
immediately? it's under properties, options.
More discussions in PDF Forms
adobe
Comments
Post a Comment