HankFay
2013-03-27, 17:26
In RC5, but haven't tested it accurately before this, I am seeing the CHANGED delegate fire before the VALIDATION delegate. Is this supposed to be this way it works?
Tested in a form section.
What I am seeing is that the datachanged event fires first, then the changed, then validation.
Since the changed value has not been propagated to the datasource of the textfield (in this case a memory variable), I would expect the changed event to reflect that important occurrence.
If not the changed event, is there another that does reflect that a) validation has been passed and b) the datasource has been updated?
thanks,
Hank
Tested in a form section.
What I am seeing is that the datachanged event fires first, then the changed, then validation.
Since the changed value has not been propagated to the datasource of the textfield (in this case a memory variable), I would expect the changed event to reflect that important occurrence.
If not the changed event, is there another that does reflect that a) validation has been passed and b) the datasource has been updated?
thanks,
Hank