If you place the following in the Validate event of a text field:app.alert(event.valueAsString);does it show something other than "undefined" when the field value changes? If so, what?No. I did as you said and a window popped up saying "undefined". Top Ask your JavaScript ...