Component busy - WeOnlyDo Discussion board

Component busy (General questions)

by STEVEN, Wednesday, April 11, 2007, 09:21 (6437 days ago)

query,
When I use the Rename method after using PutFile method at the same function.
The Error happened.The information is Cannot send/receive/list at this time,component busy.
How can I use PutFile and Rename methods at the same function?
Thanks.

Re: Component busy

by wodDamir, Wednesday, April 11, 2007, 09:25 (6437 days ago) @ STEVEN

Steven,

In order to be able to do that, you would need to use the Blocking mode. When using the Blocking mode, the component will wait until the current method is finished, and the proceed to the next line of the code.

You need to set Blocking Property to true, before calling the Connect Method.

Regards,
Damba