Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RitaG
  • Order by date
  1. RitaG

    Need to get the full path of open Reflection Session

    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...
  2. RitaG

    Need to get the full path of open Reflection Session

    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...
  3. RitaG

    Need to get the full path of open Reflection Session

    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...
  4. RitaG

    SendKey for Enter from vbscript to Attachmate

    Thanks a lot, Steve and Skip. And I agree about the "WAIT". I was wondering how to go around that, so thanks again Skip :)
  5. RitaG

    SendKey for Enter from vbscript to Attachmate

    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.
  6. RitaG

    SendKey for Enter from vbscript to Attachmate

    Okay.. Thanks anyways..
  7. RitaG

    SendKey for Enter from vbscript to Attachmate

    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.
  8. RitaG

    SendKey for Enter from vbscript to Attachmate

    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")...
  9. RitaG

    SendKey for Enter from vbscript to Attachmate

    Any help please ?? Really desperate... Cannot do any sendkey function like F11 or F8 either....
  10. RitaG

    SendKey for Enter from vbscript to Attachmate

    I'm sorry ... its actually : 2. gobjScreen.SendControlKeys ControlKeyCode_Transmit
  11. RitaG

    SendKey for Enter from vbscript to Attachmate

    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...

Part and Inventory Search

Back
Top