I neglected to mention that this key is also in the key list for Meditech as:  Key "(Ctrl}"
 
Rich McNeil
Boston Software Systems
866 653 5105
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich McNeil
Sent: Tuesday, February 03, 2004 11:49 AM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] right CTRL Key

Pressing the Right Control Key sends an ASCII 1 character to Meditech Magic, so the command would be:
 
    Key Chr(1)
 
Rich McNeil
Boston Software Systems
866 653 5105
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dwyer, Tom
Sent: Tuesday, February 03, 2004 11:39 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [Talk] right CTRL Key

Mickey,

 

The VB6 SendKey function uses the ^ carrot as the Control key.  BWS Key function uses {Ctrl}.

 

Tom

 

 

-----Original Message-----
From: Mickey Sherbett [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 10:16 AM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] right CTRL Key

 

Does anybody know the key strokes for the right CTRL key?

 

Thanks,

 

Mickey Sherbett, Senior Analyst

DCH Regional Medical Center               

809 University Blvd. E.

Tuscaloosa Al. 35401

                       

205-759-7167

[EMAIL PROTECTED]

 

 

The information contained in this email message is confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient or the employee or agent responsible to deliver it to the intended recipient, the reader is hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich McNeil
Sent: Monday, February 02, 2004 2:18 PM
To: [EMAIL PROTECTED]
Subject: RE: [Talk] Record counter using the Datastation

 

The record count isn't something reported by the DataStation. (My sort-of-lame excuse for this is that for most of the file types you can't determine the number of records except by separately counting each one.  To do this try:

 

    D.Open "filename", filetype

     Do
        Records = D.Record
        D.Next_
    Loop Until D.EOF_
    D.Record = 1

Rich McNeil

Boston Software Systems

866 653 5105

www.bostonworkstation.com

 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dwight Clevenger
Sent: Monday, February 02, 2004 2:24 PM
To: [EMAIL PROTECTED]
Subject: [Talk] Record counter using the Datastation

I would like to be able to get the count of records in the data file I am using via the DataStation. For instance, if I am using an Excel spreadsheet as my data source in my bws script, I would like to be able to get the number of records in the spreadsheet and use this project total record count and remaining record count to display using 'Note'.

 

 

 

Thanks,

 

Dwight Clevenger
Senior System Analyst
Baptist Health System
San Antonio, TX.
210-297-1563
[EMAIL PROTECTED]


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