I am use to programing VBA for Attachmate Extra, but now I am tasked with programming VBA for Attachmate Reflection which is the same thing as Extra but is Web Based....everything looks similiar I am just not sure how to call the application....below is the code I use to call the Extra application....any help would be appreciative.
Global Sess As Object
Global Sys As Object
Global MyScreen As Object
Sub CreateServiceOrders()
'
Set Sys = CreateObject("EXTRA.System")
Set Sess = Sys.ActiveSession
Set MyScreen = Sess.Screen
Global Sess As Object
Global Sys As Object
Global MyScreen As Object
Sub CreateServiceOrders()
'
Set Sys = CreateObject("EXTRA.System")
Set Sess = Sys.ActiveSession
Set MyScreen = Sess.Screen