Component busy (General questions)
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
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