I'm using BPM 7.6. when I try calling a script from my form, I get the following error:
"Unable to load script text, reason <0x80020101>. Procedure Script call failed. Position: 44"
-------------------------------------------
Pre Eval
%Script(VBScript,,,%MapName,"ClearValues()")
-------------------------------------------
Post Eval
%Script(VBScript,,,DA227a,ClearValues())
-----------------------------------------
The script name is 'Clearinformation'
-----------------------------------------
Function clearValues()
'empty out the values on the form
ework.ContactName = ework.Empty()
' ework.EmpSig = "THIS FIELD WILL BE AUTOMATICALLY POPULATED UPON SUBMITTAL."
' ework.Signature = "THIS FIELD WILL BE AUTOMATICALLY POPULATED UPON APPROVAL."
End Function
------------------------------------------
Am I not seeing something?