Thanks jigg,
I did think of calling the sequence as a normal sequence call but that will make my main sequence file dependant on that specific frontend existing. I would prefer that my sequence not care about the path and use the station's configuration.
With that, I was able to get the TS ActiveX call working and call the frontend callback. Attached is my modified version.
Now my next question is how can I make this call synchronous. If I call it as it is my sequence continues and doesn't wait for the loginlogout steps to finish. Does enyone know what I can do to not continue in my sequence untill the frontend callback is finished executing?
Paul