I am trying to programmatically populate form fields to simulate a user entering the data. If I use a FormScript to set the values of the Edit components, they do get set. However, the Form is not interpreting this as "user input". Calling any associated Events will fire, but do nothing as they do not see the data entered in the fields.
Is there a way to do this, or am I over looking a step?