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?
Ok so I made breakthrough this morning
Set Sess0 = System.Sessions.Item("Enterfilenameofthefileyouwantittorunon.rd3x")
Works like a charm
Thanks for everyone's help
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
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...
' 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...
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...
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
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...
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.