FCLT#56158 SLNKDWF is voor Putorders verplicht
svn path=/Website/branches/v2018.2/; revision=40581
This commit is contained in:
@@ -38,6 +38,17 @@
|
||||
WScript.Quit(1);
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
var oAbout = new ActiveXObject("SLNKDWF.About");
|
||||
WScript.Echo("SLNKDWF Version: " + oAbout.VersionString);
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
__Log("SLNKDWFx64.DLL is not properly installed.\n{0}".format(e.description));
|
||||
WScript.Quit(1);
|
||||
}
|
||||
|
||||
var applicatieRun = new Date();
|
||||
var Oracle = Connect2Oracle('puo_Putorders.wsf');
|
||||
var forceOrders = 0;
|
||||
|
||||
Reference in New Issue
Block a user