tstickel - Wednesday, August 21, 2013 8:11 AM:
I have a problem where the onChange event is not being triggered on a Form field in Innovator 9.3 SP8. The Form field is of type = Item. When the user clicks on the Item selection widget, Innovator displays the Item search dialog. Then the user searches/selects the desired Item and clicks on the green check. The Form field is updated and shows the keyed-name of the selected Item, but the Field event method that I have for onChange does not execute. If the user manually keyes in the keyed_name for an Item into the Form field, instead of doing the search/select, the onChange event does trigger. Has anyone else run into this problem? I have a work around, but it is not exactly what I want.
mendenaresh1357 - Friday, September 20, 2013 6:49 AM:
Hi Terry,
You can use Property Event onEditFinish in place onChange field event for properties of type Item.
Regards,
Naresh Mende
tstickel - Monday, September 23, 2013 8:17 AM:
Naresh;
Thanks for the suggestion. I can not use a Property Event because the Form field (of type=item) in question is not a property on the Item that is being edited, thus Property Events are not available for this field. My work around is handling the problem O.K.
Thanks for your time