SMB DownloadComplete

Heppy

Active Member
Licensed User
Longtime User
Hi for all.

SMB DownloadFile works fine but iI did not implement the event downloadComplete for DownloadFile
Some example.
thanks

Sorry for my english
 

Heppy

Active Member
Licensed User
Longtime User
Sorry. already works

B4X:
Sub SMB1_DownloadCompleted(Url As String, RemoteFile As String, Success As Boolean)
  Log(Url&" "&RemoteFile)
End Sub

Thanks
 
Upvote 0
Top