Integrated Application Platform › Forums › General › Responding to change of value inside Record › Re: Re: Responding to change of value inside Record
October 15, 2013 at 4:10 pm
#1022
Keymaster
Try adding a method Record_NewValue(field, value) – this is sent by RecordControl
Note: you have to tab off the field, or hit enter to trigger this.
You could also use Edit_Change() which is sent every time a field changes, but the date may not be valid if you’re in the middle of typing it.