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 Mike Lewis 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: *

  1. Rambonaotr

    Report cannot be run, Clear rep sppol area for LATA

    Anyone get this error when running macros in Reflection? I try to clear it using DELSPOOL but only works for a little bit. how do you clear all of the rep spool?
  2. Rambonaotr

    Run a session for macro and another

    Ok so I made breakthrough this morning Set Sess0 = System.Sessions.Item("Enterfilenameofthefileyouwantittorunon.rd3x") Works like a charm Thanks for everyone's help
  3. Rambonaotr

    Run a session for macro and another

    ok,I will work on it on my end and i'll report if I can get it to work If you find anything on your end I would sure appreciate the help, getting close to the deadline. anyway I appreciate the time, looks like you put a lot of time in on this site
  4. Rambonaotr

    Run a session for macro and another

    I would need to change this? ' Get the main system object Dim Sessions As Object Dim System As Object Set System = CreateObject("EXTRA.System") ' Gets the system object If (System is Nothing) Then Msgbox "Could not create the EXTRA System object. Stopping macro playback." STOP End If...
  5. Rambonaotr

    Run a session for macro and another

    ' Get the necessary Session Object Dim Sess0 As Object Set Sess0 = System.Sessions(1) If (Sess0 is Nothing) Then Msgbox "Could not create the Session object. Stopping macro playback." STOP End If so I changed to this and that message displays when trying to run "Could not create the...
  6. Rambonaotr

    Run a session for macro and another

    Ah I see, so how do I make the first session, Session 1? Is there a way to distinguish a session as session 1 and session 2?
  7. Rambonaotr

    Run a session for macro and another

    hey Guys, I thought skip had it, I thought it was working fine with System.Sessions(1) but then it happened again So if I start my macro in one session and select the other session window, the macro starts running in that session thanks for all your efforts but still can't find a...
  8. Rambonaotr

    Run a session for macro and another

    Don't worry about it, skip. You may consider this one case closed. Thank you for your efforts
  9. Rambonaotr

    Run a session for macro and another

    Yeah that doesn't work. Nice try though skip Remy - would it be system.sess1?
  10. Rambonaotr

    Run a session for macro and another

    OK let me clarify When the macro is running, it stays running on that session untill complete Even when a new session has been opened thus becoming the active session
  11. Rambonaotr

    Run a session for macro and another

    Untill the macro finishes
  12. Rambonaotr

    Run a session for macro and another

    What I Need it to do it stay on the session it's was executed on... any ideas??
  13. Rambonaotr

    Run a session for macro and another

    Hello, I want to have two sessions open, I currently have 1 open (primary) and another (backup) when I run the macro in primary and then click on the backup session the macro starts running in the backup session and doesn't work. how can I get the macro to only run on primary...

Part and Inventory Search

Back
Top