I have a form with a select_one, some text fields (data entry) and some pulldata() text fields. If I enter data into one of the text fields all the pulldata() calculations are performed. I cannot get the select_one to perform the pulldata() calculations. Is there a trick to getting the pulldata() calculations to perform when someone makes a select_one selection?