Scott,
The issue with the '/./' I believe is that you can be into some menu structures 
that do not take you all way out when using this combination. For instance, if 
you do a Change Station ID to a different CRT, entering  '/./' into the 
transaction line brings you back to 'Enter new CRT abbreviation, or `-` to 
list--'. which is the original transaction line for doing the Change Station 
ID. My method, although ultimately taking longer to exit the Wem, makes sure 
you do make it out of the Wem.

Key "@_CLOSE" may seem unnecessary, but I have found instances where the Wem 
does not close after Enter "".





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/19/2007 10:48 AM >>>



Thanks Dwight for responding!

I have been able to exit cleanly out of STAR most of the time. 

I do something similar to your sub in Rules, but I use the following command 
for STAR to get me to that point.

Enter "/./"   'Log out of STAR at any point in the Script

Most-likely, with your sub-routine you may not have to loop and Enter ".", 
because the Enter "/./" seems to take you right to the "Press NL--" so your 
next command can be Enter "". I also use the Key "@_AutoClose" at the beginning 
while I am connecting to HBOWem and that seems to work fine.

What I was hoping to find, is if anyone has more tricks in STAR like "/./" 
(which logs you are of Star from any screen).  There has to be more Navigation 
tricks from some STAR experts that can give me shortcuts while moving through 
STAR.

Thanks for the feedback!  

Scott

-----Original Message-----
From: [EMAIL PROTECTED] 
[  <mailto:[EMAIL PROTECTED]> mailto:[EMAIL PROTECTED] Behalf Of Dwight 
Clevenger
Sent: Wednesday, December 19, 2007 5:51 AM
To: Boston Workstation talk Group (E-mail)
Subject: Re: [Talk] Tricks for Navigating STAR-HBOWem


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.




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