But this leads to us getting Servoy warnings for every form that inherits from base and there are hundereds of them. Like:
Description Resource Path Location Type
Reference to undeclared variable or property _super _100_Company_Details_User.js /qfi/forms line 440 JavaScript Problem
Your code seems to be correct.
Are you sure the form with the warning still extends (inherits from) the base-form? This warning should only happen for forms that don’t extend a super form. Check the “extendsForm” property of the form.
Yes, all of the forms reporting this warning have an “extendsForm” value of “base [quantech_base]”.
So “base” is in module “quantech_base” and that module is used by other modules in the solution.