Forum Discussion
lbyrne
12 years agoContributor
I checked the settings and under Script recording Smart variable names is checked.
I don't understand your reply.
The old code has a variable called x set to the following
Sys.Process("HSP.Meditrac").mdiMeditrac.StripMainMenu.Click("Help|About Meditrac...")
I get object does not exist. When I put a breakpoint in and click on object spy the object is as follows
Sys.Process("HSP.Meditrac").WinFormsObject("MDIForm").StripMainMenu.Click("Help|About MediTrac...")
Why has it changed? WinFormsObject("MDIForm"). has been added
Thanks
I don't understand your reply.
The old code has a variable called x set to the following
Sys.Process("HSP.Meditrac").mdiMeditrac.StripMainMenu.Click("Help|About Meditrac...")
I get object does not exist. When I put a breakpoint in and click on object spy the object is as follows
Sys.Process("HSP.Meditrac").WinFormsObject("MDIForm").StripMainMenu.Click("Help|About MediTrac...")
Why has it changed? WinFormsObject("MDIForm"). has been added
Thanks