Neil,
I too have done some scripting into Soarian. It would probably be more
accurate for you to script into the Admin Desktop with a windows
connection on the local machine. Using a windows connection, I have
scripted into the data dictionary and the Allergy catalog, using a CSV
file and DataStation (Thank you Thom for your help with looping).

Geoff Howson, RN
Clinical Analyst
CentraState Medical Center
Freehold, NJ
[EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil Hans
Sent: Tuesday, December 20, 2005 15:05
To: [email protected]
Subject: [Talk] BWS and Remote Desktop Connection issue.

We are using BWS v8 to help build a Healthcare application called
Soarian, by Siemens  Corp.  Our IT staff accesses the Soarian
application (called Admin Desktop) using Microsoft's Remote Desktop
Connection utility (similar to Citrix).

I connect to the application using OCR.  The problem I have is sending
characters to fields in the application.  I have tried:
OCR.Key "hello"
SendKeys "hello"
Key "hello"
None of them are filling-in the field with the word "hello" (without
quotes).  I did find that if I used OCR.Key "{DELETE}", it does delete
the content of the field.  Here's the code... 

Sub InactivateSvcs()
   Connect "SDevDsktp", stOCR
   OCR.FontSmoothing = False
   OCR.Key "{DELETE}"
   SendKeys "{HOME}"
   SendKeys "hello"
   OCR.Key "hi"
   Key "h"

I tried this using an OCR connection on the same application but the
application is running on my PC (not using Remote Desktop Connection).
The commands above work for the most part.  Actually the "Key" command
seems more reliable.  Anyone know why I can't send/paste characters into
input fields using the OCR connection via Remote Desktop Connection?

Thanks,
Neil Hans
Alegent Health
Omaha, NE
ph. 402-717-1079




_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

This message is intended for the sole use of the individual or entity to which 
it is addressed and may contain information that is privileged, confidential 
and/or exempt from disclosure under law.  If the reader of this message is not 
the intended recipient, you are hereby notified that any dissemination, 
distribution or copying of the communication is strictly prohibited.  If you 
have received this communication in error, please notify me immediately

Reply via email to