Not sure why it didn't do that earlier, because is a correct warning.
However, as LoadResString is Init generated with every caption, it is not simple to replace. Can override be used in some way?
Kees tried
Code: Select all
PUBLIC OVERRIDE FUNCTION LoadResString(uDef AS USUAL , uid AS USUAL , uModule AS USUAL ) AS STRING
and got:
Error XS9002 Parser: unexpected input 'FUNCTION'
Dick