I have code that changes a fields value but it does not populate the field until the user clicks out of the field. i would like to populate it when the code runs. i believe xfa.event.newText is used for this but I have only found examples that use combo box's. Any ideas on how to do this?
Code:
oField.rawValue = (var + " (my text here)");