Scott,
I use something like this for most of my BWS scripts to exit out of the HBO Wem 
cleanly:

Sub Logout()
    Dim vLogout As String
    vLogout = View(Row:=23, Col:=1, length:=10)
    Do Until vLogout = "Press NL--"
        Enter "."
        vLogout = View(Row:=23, Col:=1, length:=10)
        Wait 0.2
    Loop
    Enter ""
    Key "@_CLOSE"
End Sub

Thanks,
Dwight

Dwight Clevenger
Midas Senior Systems Analyst
Regional Quality Management
Baptist Health System
Phone Nbr 210-297-1268
Fax Nbr 210-297-0926
[EMAIL PROTECTED]


>>> "Bollig, Scott" <[EMAIL PROTECTED]> 12/18/2007 12:07 PM >>>

***STAR USERS ONLY****

> I am looking for any "inside" information for navigating STAR that you may 
> know.
> 
> Something like using "/./" to logout of Star from any point within STAR. 
> (in-case you didn't know)
> 
> Is there anything similar to above that you are using in your scripts that 
> are helpful?
> 
> Thanks in advance!
> 
> Scott
> 
> Scott A. Bollig
> Systems Analyst
> Providence Health and Services
> Portland, Oregon
> 503-215-4327
> 
> "> Nothing is so fatiguing as the eternal hanging on of an uncompleted task> 
> "> .
> William James 
> 


DISCLAIMER:
This message is intended for the sole use of the addressee, and may contain 
information that is privileged, confidential and exempt from disclosure under 
applicable law. If you are not the addressee you are hereby notified that you 
may not use, copy, disclose, or distribute to anyone the message or any 
information contained in the message. If you have received this message in 
error, please immediately advise the sender by reply email and delete this 
message.



This email and any files transmitted with it may contain information that is 
PRIVILEGED AND CONFIDENTIAL. It is the property of the Baptist Health System 
and is intended only for the use of the intended recipient. If you have 
received this email in error, do not disseminate, distribute, forward, print or 
copy this email or any of its' attachments. Immediately destroy/purge the email 
and all attachments and notify the sender by reply of email. Any misuse/abuse 
may result in disciplinary action and/or legal liability. Unauthorized 
interception of this email is a violation of federal law.

Reply via email to