I'm using Access to control an Extra session. I'm trying to transfer a file from the mainframe onto my desktop. Here's my code:
Public Function ReceiveFile(strSource As String, strDestination As String)
Sess0.ReceiveFile strDestination, strSource
End Function
It works, but unfortunately it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.