|
The Key Chr(1) did not work in VB 6.0.
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-----
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 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 Mickey,
The VB6 SendKey function uses the ^ carrot as the Control key. BWS Key function uses {Ctrl}.
Tom
-----Original
Message-----
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-----
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 Rich McNeil Boston Software Systems 866 653 5105
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Dwight Clevenger 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
|
- RE: [Talk] right CTRL Key Mickey Sherbett
- RE: [Talk] right CTRL Key Dwyer, Tom
- RE: [Talk] right CTRL Key Rich McNeil
- RE: [Talk] right CTRL Key Rich McNeil
- Mickey Sherbett
