Rich and All,

  In Client Server NPR, the auto download is a select field called
Z.cust.download.  If you leave the Third field blank, you will get a prompt
where to download the file to.  If you put the download UNC or DOS path in
quotes in the third field it will download to that location.  Couple of
notes:
  If the path does not exist, your report will go the Meditech black hole.
  The UNC or DOS path is a limited character field so if you have a long UNC
path, make a hidden share on the folder you want to put the report in and
put that in your download UNC path.
  If the file exists, you will need to code to get past a Meditech prompt to
overwrite the file.

Michael Jobin
MAJConsulting

-----Original Message-----
From: Rich McNeil [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 23, 2003 9:52 AM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] Another - Easy Meditech C/S question


Terry,

Instead of Key P$ try

        SendKeys P$, True

It's also possible that you'll need to add a "~" to the end of P$ in order
to press the Enter key.

Apparently, there's also a way to write NPR reports that contain a fixed
download file name but, this is definitely beyond my area of competence.


Rich McNeil
Boston Software Systems
866 653 5105
www.bostonworkstation.com
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Terry Evans
Sent: Tuesday, September 23, 2003 10:25 AM
To: [EMAIL PROTECTED]
Subject: [Talk] Another - Easy Meditech C/S question

Can seem to be able to enter the download file name ?
Hints during debugging
   After the Key "D" it does not tab.
   When I return to Meditech's Print dialog box all keys combinations seem
to be ignored until I use the mouse to select an option.
   Even with the focus on the download file text box the Key P$ is ignored

Thanks in Advance


Pause "Print [EMAIL PROTECTED],1"
    Key "D"
    Wait 0.1: Enter "{tab}"
    P$ = "F:\users\helen\inhouse" & Format(Now(), "YYMM") & ".txt" '
Download file
    Pause "Print [EMAIL PROTECTED],1"
    Activate "Print Destination"
    Wait 0.1: Key P$
    Activate "Print Destination"
    Wait 0.1: Enter
    Wait 3
    Key "{esc}{esc}"
   'Return for next task

Terry M Evans, CPHIMS
Chief Information Officer
985 435-4820

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rich McNeil
Sent: Tuesday, September 23, 2003 9:22 AM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] New to group - Easy Meditech C/S question

Of course Ben's correct...why don't I read these things more carefully???

Rich McNeil
Boston Software Systems
866 653 5105
www.bostonworkstation.com


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Green, Ben
Sent: Tuesday, September 23, 2003 8:56 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [Talk] New to group - Easy Meditech C/S question

I use Key "@_SELECT:2" in my C/S apps and it works for me.

Ben

-----Original Message-----
From: Koch, Angela [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2003 7:07 PM
To: '[EMAIL PROTECTED]'
Subject: [Talk] New to group - Easy Meditech C/S question


Hi all!

Our site has had the BWS product for about a month and some of us are
already writing successful scripts - yay!  I am currently working on a
dictionary population and am in the infant stages.  When I am in the
dictionary and pull up the existing entry I key in, I would then like to
step to page 2, so in Client/Server, that would be an {alt} + "2".  I've
looked through my notes and tried a couple of combinations with no success.

Thanks in advance,

Angie Koch
Core Clinical Applications Specialist
Provena Health Information Services
2175 West Oneida
Joliet, Illinois 60435
815.730.2877
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

Important Confidentiality Notice:
This message and any attachments are confidential and may be protected by
legal privilege.  If you are not the intended recipient, be aware that any
disclosure, copying, distribution, or use of this message or any attachment
is prohibited.  If you have received this message in error, please notify us
immediately by returning it to the sender and deleting this copy from your
system.  Thank you.






Reply via email to