I can actualy help for a change. For NPR download info, you build a Macro, and reference the macro in the report title.
If any one wants, I can send the code that we use. Bruce "Terry Evans" <[EMAIL PROTECTED]>@BOSTONWORKSTATION.COM on 09/23/2003 12:44:17 PM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: RE: [Talk] Another - Easy Meditech C/S question To repeat another user It totally worked! I love this! 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 10: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.
