When do these errors happen ? When you load the solution ?
martinh:
And is it possible to go back to version 3.5.6 or was the repository changed between 3.5.6 and 3.5.7?
Nothing was changed in the repository between those versions. I still have the 3.5.6 installer so if you want to downgrade give me a PM and I will send you an URL.
Can it has something to do with version 4.0 that affects also version 3.5.7?
In version 3.5.6 you can’t say that a method has parameters, so you must checkout the arguments array.
In version 4.0 you can say:
function myFunction(myParameter)
So now you can put in coding that a method has a parameter. Could it be something like this?
Because when I look at the coding I have the impression that it is the arguments array that has null value.
martinh:
Can it has something to do with version 4.0 that affects also version 3.5.7?
In version 3.5.6 you can’t say that a method has parameters, so you must checkout the arguments array.
In version 4.0 you can say:
function myFunction(myParameter)
So now you can put in coding that a method has a parameter. Could it be something like this?
Because when I look at the coding I have the impression that it is the arguments array that has null value.
I just tested the webclient with passing a parameter in 3.5.7 using your syntax and it all works for me.
Also in Servoy 4 you still need to checkout the arguments for methods. If I remember correctly only custom functions (inside methods) can use arguments in the function name.