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
Complete thread:
- Determine which method called the DoneEvent - Chris Green, 2006-03-16, 23:19
- Re: Determine which method called the DoneEvent - wodDrazen, 2006-03-17, 01:35
- Re: Determine which method called the DoneEvent - Chris Green, 2006-03-17, 01:49
- Re: Determine which method called the DoneEvent - wodSupport, 2006-03-17, 01:52
- Re: Determine which method called the DoneEvent - Chris Green, 2006-03-17, 01:49
- Re: Determine which method called the DoneEvent - wodDrazen, 2006-03-17, 01:35