Sorry ! I am getting the error in the line
For Each oSess In App.Sessions
I'm guessing App.Sessions is whats causing the problem. I am also coding in Excel VBA and not in Attachmate Editor.
Using the Watch window, I cannot seem to find the File path but I did get the InstanceID through the...
Hi Skip,
Thanks for replying so quickly. I'm new to VBA in Attachmate so i'm not really sure how to implement what you just said. I am attaching a code snippet of what I have so far.
Dim oSess As Object
On Error Resume Next
Set App = GetObject("Reflection Workspace")
On Error GoTo 0...
Hey,
Is there a way to get the full path of an open Reflection session ?? e.g C:\Documents and Settings\...\Reflection.rd3x
On my system the Reflection session is stored in a folder in "My Documents". But thats not necessarily the same location the client will store his session. The following...
Hey Steve,
As mentioned earlier, I am using Attachmate Reflection Suite 4x 2011. Is this the same as the version you are talking about ?
Instead of a Session object, an Application object gets created.. so I really dont know how to go forward with that.
The HELP ain't very helpful :/
These are members of IBMScreen objects (From Attachmate HELP):
.SendControlKeySync ControlKeyCode_Transmit
.SendControlKeys ControlKeyCode_Transmit
But these dont work either. Nothing happens on the screen. No error is thrown either.
I am using Attachmate Reflection Suite 4x 2011, running the script in QTP. I really new to this so I'm really sure if this is different from Attachmate Extra.
This is how I am creating the object:
Set gobjApplication = CreateObject("Attachmate_Reflection_Objects_Framework.ApplicationObject")...
Hi,
I have a requirement, which requires connecting to Attachmate using VBScripts. My problem is fairly basic. I have tried a LOT of things, but I just can't get the SendKeys operation for Enter to work.
I have tried :
' gobjTerminal is the Terminal object for the current session
' Set...
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.