Field methods are more strict

Dialog class methods are more strict regarding form field names.

Starting with Genero 2.20 (or when using multiple dialogs in 2.11.08 and higher), DIALOG class methods such as setFieldActive() need the correct field specification with the screen-record name prefix, if the field was explicitly bound with the FROM clause of INPUT or INPUT ARRAY.

In prior versions, the field was found by these methods even if the prefix was invalid. (Actually, the prefix was just ignored and only the fieldname was used.)