Re: Determine which method called the DoneEvent (General questions)
Hi Chris,
Can you send us e-mail to techsupport@weonlydo.com and we can send you sample.
In sample you can find which method called Done Event.
Idea is you can set wodSFTP.Tag in place where you executed some method and than in Done Event you can check that Tag.
For Example:
Before executing PutFile Method:
Sftp1.Tag = putfile
In Done Event:
Debug.Print Sftp1.Tag
Hope I helped.
Regards,
Drazen