Upgrade Guides for Genero BDL / 2.20 upgrade guide |
Fields referenced in methods of the dialog class must exist in the current dialog, or an error is raised.
Starting with version 2.20.05, 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.