Dear all,
I am getting compile error
A maximum of 1 parameters must be used when calling the function.
For example: MyFunc( .. , .. , .. ) ROUND(MyVar) ROUND(MyVar,0.05)
*This post is locked for comments
Dear all,
I am getting compile error
A maximum of 1 parameters must be used when calling the function.
For example: MyFunc( .. , .. , .. ) ROUND(MyVar) ROUND(MyVar,0.05)
*This post is locked for comments
MS2013
which version of office are you using?
check whether all dll are properly placed under installed folders.
I did manually still facing same issue
Hi,
I think you are getting this error after upgradation of NAV. So navigate to C/AL locals and check Dotnet variable 'OrientationValues' subtype. It must be old version of dotnet. So what you do is you select the Dotnet subtype again manually and compile it so that it refers to the new version.
Hi,
Go to the object where the error comes up. It means that you need to pass one parameter to the function in order to call it. So pass the required parameter to the function and then compile again.