I have been trying to get UFT to simulate clicking the "Enter" key on the keyboard without success. I have tried several methods. Here is what I have currently:
Browser("Interaction Center - [Identify").Page("Interaction Center - [Identify").Frame("WorkAreaFrame1_11").WebEdit("C20_W77_V78_V84_erpadminh_stru").Set "4000340"
Dim objKeys
Set objKeys = createobject ("wscript.shell")
objKeys.SendKeys "{ENTER}"
Set objKeys = Nothing
Nothing is occuring when I run the script and I need it to click "Enter" after typing in the number.
Any help for this would be appreciated. Thank you very much