VBScript in
logon script: I am trying to call a VBScript function in the
logon script and I am receiving an error message 'Error in VB call'.
What could be the reason?
The
CallVB function is currently not supported in logon screen
script.
There are two workarounds:
(a)
Use the function in an InputScript invoked by a pushbutton on
the logon screen.
(b)
Use CallVB instead, i.e. a VB.NET method instead of VBScript.