|
Greetings, The issue here is that the + sign is
interpreted to be a shift – allowing a script to send something like: Key “+{TAB}”
– a shift tab. Here is how you can get the + sign to key
in: chr(43) Lets say you wanted to enter in CT/AD+- You would use: Enter “CT/AD” & chr(43)
& “-“ There are three other “command keys” ~ - interpreted as an Enter – to send use
chr(126) ^ - interpreted as a Control – to
send use chr(94) % - interpreted as Alt – to send use
chr(37) If you have any further questions here –
please give our support line a call. And when you’ve got your script
done, if you don’t mind sharing with others please email it to me, I’ll
do all the cleanup / documentation work for you! Regards, Thom Thom C. Blackwell Product Manager (866) 653-5105 ex 807 www.bossoft.com LEGAL NOTICE Unless expressly stated otherwise,
this message is confidential and may be privileged. It is intended for the
addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you
are not an addressee, any disclosure or copying of the contents of this E-mail
or any action taken (or not taken) in reliance on it is unauthorized and may be
unlawful. If you are not an addressee, please inform the sender immediately,
then delete this message and empty from your trash. From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marinelli, Melissa Hi
All, When
the script runs, it will key CT/AD correctly in the appointment type field, but
then ignores the "+". Melissa Marinelli
|
Title: BWS Ignoring Characters for Meditech C/S
- [Talk] BWS Ignoring Characters for Meditech C/S Marinelli, Melissa
- RE: [Talk] BWS Ignoring Characters for Meditech C/... Thom C.Blackwell
- RE: [Talk] BWS Ignoring Characters for Meditec... Marinelli, Melissa
