I have built a piece of code that enters Part Information into a screen, inquires on it, and if necessarry enters the necessarry information into the screen. However, i've found that i need to clear the screen before i enter the next part info into it. I was wondering how can i do this? Do I need to "sendKeys" spaces? Or is there a more sophisticated way of doing this?
Thanks in advance for your help!!
Also, could anyone tell me what the following statements do?
Sess0.Screen.SendKeys "<Clear>"
Sess0.Screen.SendKeys "<Reset>"
Thanks in advance for your help!!
Also, could anyone tell me what the following statements do?
Sess0.Screen.SendKeys "<Clear>"
Sess0.Screen.SendKeys "<Reset>"