vthomeschoolmom
14 years agoSuper Contributor
shortened object name
I recorded a bit of script just now.
Dim my_App
Dim control>
Set my_App = Sys.Process("My Application")
Set control = my_App.maMainForm
I am NOT using name mapping. For whatever reason, my company has decided not to. (I have yet to fight that fight. We will get there. But that is not what this question is about.)
If I look at the object browser, this
my_App.maMainForm
reports as
Sys.Process("My Application").VBObject("maMainForm")
Nowhere in the object browser does maMainForm list as a property.
Where is Test Complete getting this shortened name?
Thanks
S
Dim my_App
Dim control>
Set my_App = Sys.Process("My Application")
Set control = my_App.maMainForm
I am NOT using name mapping. For whatever reason, my company has decided not to. (I have yet to fight that fight. We will get there. But that is not what this question is about.)
If I look at the object browser, this
my_App.maMainForm
reports as
Sys.Process("My Application").VBObject("maMainForm")
Nowhere in the object browser does maMainForm list as a property.
Where is Test Complete getting this shortened name?
Thanks
S