This topic is locked

Autofill and onChange

9/8/2012 5:43:54 AM
PHPRunner General questions
W
wpl author

Hello all,
I am populating 2 fields with autofill from a lookup table. With these fields, I want to do a calculation using the onChange event of the listbox. However, it seems that the function tied to the onChange event is executed before the autofill process takes place so that the calculation is using the old field values b e f o r e the change. Any hint how to proceed?
Thanks