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 leaves extra hanging at the file transfer summary screen. I've tried using Sendkeys to send an Enter after the transfer, but it doesnt work. Anyone have any ideas?
Public Function ReceiveFile(strSource As String, strDestination As String)
Sess0.ReceiveFile strDestination, strSource
End Function
It works, but unfortunately it leaves extra hanging at the file transfer summary screen. I've tried using Sendkeys to send an Enter after the transfer, but it doesnt work. Anyone have any ideas?