I am using rules-based scripting, so I don't believe that will work for
me as the B will be lost when it goes to the next step.

 

Maybe if we define it globally, but I'm not going to do that for just
this script. The way I have it now is fine  (using keyboard instead of
mouseclicks)

 

Thank you,

Mitch Lawrence

Lead Applications Analyst

Technical Support - NPR/Automation

CHRISTUS Information Management

*: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 

 

Send a "thank you
<http://intranet.christushealth.org/spiritBuck/Default.asp> " to
someone!

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rich McNeil
Sent: Saturday, February 23, 2008 11:34 AM
To: [email protected]
Subject: RE: [Talk] Method for "disconnecting" from a stream?

 

The Click command in Meditech Client Server requires a separate instance
of BostonWorkStation for each instance of CS.  So you'd have:

 

Dim B as New BostonWorkStation

Connect "", stMeditech, "S1"

B.Connect "", stMeditech, "S1"

...

Click title1

B.Click title2

 

Rich McNeil

Boston Software Systems

866 653 5105 x 813

www.bostonworkstation.com

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lawrence,
Mitchell
Sent: Tuesday, February 19, 2008 1:06 PM
To: [email protected]
Subject: RE: [Talk] Method for "disconnecting" from a stream?

 

I've found a solution and a bug in BWS.

 

I can connect to multiple Meditech C/S clients by supplying a 3rd
parameter to the Connect command:

 

Connect "", strMeditechCS, D("Location")  (I'm using a spreadsheet, each
location needs its own window)

 

*the above is from memory, not sure on that second parameter, but you
get the gist of it.

 

The bug is that the "Click" command will no longer work if the Meditech
client is connected to in this manner (minor annoyance). Keyboard
commands still make it to the window.

 

I've yet to test the print dialog box, but I don't expect any problems
with it and the @_SELECT functionality.

 

 

Thank you,

Mitch Lawrence

Lead Applications Analyst

Technical Support - NPR/Automation

CHRISTUS Information Management

*: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 

 

Send a "thank you
<http://intranet.christushealth.org/spiritBuck/Default.asp> " to
someone!

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lawrence,
Mitchell
Sent: Tuesday, February 19, 2008 10:42 AM
To: [email protected]
Subject: [Talk] Method for "disconnecting" from a stream?

 

Hello,

I would like a single script to open up and leave running multiple
Meditech C/S windows. In order to do this I need some way to
"disconnect" from the current running connection. Is there a method for
doing this?

 

 

Thank you,

Mitch Lawrence

Lead Applications Analyst

Technical Support - NPR/Automation

CHRISTUS Information Management

*: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 



Send a "thank you
<http://intranet.christushealth.org/spiritBuck/Default.asp> " to
someone!

 

<<image001.jpg>>

<<image002.jpg>>

Reply via email to