![]() |
KnowBrainer Speech Recognition | ![]() |


|
Topic Title: Automatically have cursor go to the insertion point of newly inserted text Topic Summary: How to do this with a macro Created On: 10/23/2006 07:36 PM Status: Post and Reply |
|
![]() |
- bweissglass | - 10/23/2006 07:36 PM |
![]() |
- DonnyN | - 10/23/2006 09:12 PM |
![]() |
- Nastajus | - 10/23/2006 11:25 PM |
![]() |
- bweissglass | - 10/23/2006 11:37 PM |
![]() |
- DonnyN | - 10/24/2006 08:02 PM |
![]() |
- DonnyN | - 10/25/2006 10:20 PM |
|
|
|
|
Hi. I use DNS to dictate my medical office notes. I have a lot of text macros that include brackest as markers for the "next" command to bring the cursor to. What I want to do is automatically have cursor go to the insertion point of newly inserted text, so that when I say "next", the cursor will take me there. I don't want to have to scroll, use the "insert after" command, etc. I'd like this to happen automatically and only for text that contains the []. For example, if I say "dragon hypertension", the inital part of the note looks like this: [name] [date, say "today's date] Family Medicine Subjective: The patient comes in todya for [follow up or new diagnosis] of [his or her] hypertension. This is a [new or chronic] problem. etc...... Currently, I have to find the insertion point, one way or the other, before dictating my way through the []'s. Is there a way to have the cursor go to the insertion point of this newly inserted text, before any of the brackets, as part of the macro, so I can simply use the "next" command to dictate my way through the note?
Thanks for any help, Barry Weissglass
------------------------- |
|
|
|
|
|
|
|
|
What's up, Doc? Or better yet, what program are you trying to dictate into? Which DNS are you using, Preferred, Professional, Medical? Which version number? -Donny ------------------------- Don N |
|
|
|
|
|
|
|
|
Donnny,
One of the benefits of this new forum is that information is recorded in the member profile. You just click the poster's name on the left side, and appears a link for that. Then check out the bottom right area. Ian ------------------------- Former primary author of Speechwiki NaturallySpeaking FAQ. |
|
|
|
|
|
|
|
|
Hi. DNS Medical, V. 6.1. Dictating into Word.
Thanks, Barry Weissglass ------------------------- |
|
|
|
|
|
|
|
|
Barry, I started with DNS 7.3 professional, so someone else will have to help you with what the Dragon command should look like. Does your version of Microsoft Word include Visual Basic for applications macros? If so, it should not be too difficult to write a macro that would select the next occurrence of an open square bracket and then expand the selection to include the closing square bracket. The Dragon command would start the Microsoft Word macro. You could then dictate, replacing the selection. Does that sound like what the doctor ordered? -Donny ------------------------- Don N |
|
|
|
|
|
|
|
|
Barry, here is the macro code for the concept I outlined: -Donny Sub GetSomeBrackets() '1) If the macro finds a "[some words]" combination it selects it. Selection.Collapse (wdCollapseEnd) ------------------------- Don N |
|
|
|
|
FuseTalk Standard Edition v4.0 - © 1999-2013 FuseTalk™ Inc. All rights reserved.