Forum Replies Created
-
AuthorPosts
-
My bws10.dll was out of date. I got an updated copy and replaced it. Then I re-referenced the BWS10 dll. This gave the .Press method that I was missing.
When I Send the Keys in the regular way it looks like "QEW" is being sent instead of CTRL,ALT,SHIFT,F4
I have BWS10 checked in "References".
I have "Dim k As New Keys" defined at the top of my function.
the k.press method is not found
?
yes. I set the font file at the beginning of my script.
Fixed:
I am Connecting to the application at the beginning of the script, and the using Activate for each subsequent window.
On the second window the connection wasn't carrying over so I added:
If Window() = "@0,0" then Connect "xxxx" as a check for connectionThanks. Found the issue. My application window is split into two frames. The frames don't change however the sequences are different based on which frame is selected when I look for the value.
Ex. If I'm in Frame1 looking for a sequence in Frame 2 versus being in Frame 2 and looking for that same sequence in Frame 2.
When I connect using OCR do I lose the ability to use the Rule based scripting steps? Do I have to manually enter the code into VB editor?
Thom, I buying you lunch! not today of course
Thanks,When using the OCR connection
I enter the .exe that launches me into citrix (which bring up windows explorer) in the RUN space.
but the CONNECT space does not see this window
-
AuthorPosts