Cecile Renard 27.Apr.04 03:43 AM a Web browser Conversion of existing workflowsAll ReleasesAll Platforms
I have successfully migrate my workflow applications to 6.5.1
but one of my custom subroutine does not work anymore : I got the following error message :
Cannot find external name : GetBinder
In my script, i have the following code
Dim Binder as OSDocumentCollection
...
Set Binder = GetBinder(HookDoc)
where HookDoc is a NotesDocument
Has this method been removed in 6.5.1, is there a workaround ?