Hello, does anybody know if there is a .NET assembly equivalent to the MS Script Control 1.0. COM component?
I need to map the ScriptControl.Language and ScriptControl.Eval methods to any equivalent .NET methods.
CREATE(MSScriptControl,FALSE,TRUE) ;
MSScriptControl.Language('VBScript');
vResult := MSScriptControl.Eval(Formula);
I am converting a client from NAV 2009 using the same control to NAV 2016 and objects compile, but they fail when CREATE
0
Answers
Hi,
You may just need to set property RunOnClient of your variable to Yes
The variable is automate, not dotnet. I want to change it to dotnet, but don't know which dotnet assembly to use.
I believe you will need to recode your logic (maybe using JavaScript).
Maybe it is time to change the old habits (forget automations )