Strict field identification in dialog methods

Starting with version 2.20.05, the dialog class methods like ui.Dialog.setFieldTouched() can now raise a runtime error -1373 if the field specified does not match a field in the current dialog. Before version 2.20.05, these methods previously ignored the invalid field specification, and it could take a while for the programmer to find the mistake.