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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Attachmate Reflection

Status
Not open for further replies.

Inovate

Technical User
Oct 24, 2006
15
US
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
 
What runs Attachmate Reflection? Is it run in an IE window?
 
It appears to be a Java window...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top