Is my installation funky or did anyone else experience this strange behaviour:
* Create an empty page and add a global variable of type "keyref"
* Open the page and the RTC displays the following error message:
"No overload for method 'NavKeyRef' takes '0' arguments" (abbreviated)
It compiles without problems however, if the keyref is declared as a local variable.
edit:
This affects the mibuso download of
NAV Integration to Notepad for example. It is using a global keyref.
Comments
Using local variables instead helps indeed - thank you