Hi to All,
I’m upgrading a solution from Servoy 3.5.12 to Servoy 7. and I have this problem:
The method executeProgram() from the type JSApplication is deprecated
Could AnyOne tell if is it possible to replace the deprecated method with another one?
Tanks in advance.
Gianni Pinna
In older versions of Servoy the parameters of this method were something like executeProgram(program, arg1, arg2, arg3, #, envVar1, envVar2, …) which was a bit odd. This has now been changed to executeProgram(program, [args], [environmentVars]) or something like that. See the tooltip of the method for exact param description.
So not the method has been deprecated, but the way to use it has.
Hi, Patrick,
tank You for Your intelligent, luminous and prompt reply.
Hope Well for You.
Best Rgrds.
Humbly.
Gianni Pinna