Problem spellchecking individual Word XML nodes programmatically

R

Rob Stewart

There appears to be a problem when CheckSpelling() is called on the range of
a single XML node - Word not only checks that node, but also anything after
that node

e.g.
<node1>Mouse</node1>
<node2>Mouze</node2> <--cursor is in this node in the document
<node2>Mousse</node2>

executing (VBA within Word):
Selection.XMLParentNode.Range.CheckSpelling()

will pick up the spelling errors in BOTH node 2 & 3...however I specifically
only want to check the node the cursor is in.

Any suggestions?

Cheers,
Rob
 
P

Peter Huang

Hi,

Now I am researching the issue and I will update you with new information
ASAP.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
P

Peter Huang

Hi

I can reproduce the problem.
Now I am invoving our supporting team to see if there is any update for
this issue.
Thank you for your understanding


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Y

Yan-Hong Huang[MSFT]

Hi,

Sorry for the late response. Peter has escalated this issue and our WORD
supporting team is looking into this problem. I just checked the status of
it. They will return here soon with more information. If you have any more
concerns, please feel free to post here.

Thanks very much for your patience.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
 
J

John

Hi, Rob

I have a response commitment from the Word team for a response tomorrow

Thank you for your patience,

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.

--------------------
| From: (e-mail address removed) (Yan-Hong Huang[MSFT])
| Date: Tue, 26 Oct 2004 02:31:01 GMT
| Subject: RE: Problem spellchecking individual Word XML nodes
programmatical
|
| Hi,
|
| Sorry for the late response. Peter has escalated this issue and our WORD
| supporting team is looking into this problem. I just checked the status
of
| it. They will return here soon with more information. If you have any
more
| concerns, please feel free to post here.
|
| Thanks very much for your patience.
|
| Best regards,
| Yanhong Huang
| Microsoft Community Support
|
| Get Secure! ¨C www.microsoft.com/security
| Register to Access MSDN Managed Newsgroups!
|
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
| p&SD=msdn
|
| This posting is provided "AS IS" with no warranties, and confers no
rights.
|
|
 
J

John

Hi, Rob

Sorry to be late getting back to you.

I was provided with the following:

After investigating the issue thoroughly we have reproduced the issue as
you have described with the VBA CheckSpelling Feature of Word. At this time
we are unable to provide a workaround for your issue. We've escalated to
the development team and are awaiting their response.

I don't have a good feel for how long it will take the developers to decide
what to do about this. I will keep you posted. If you would like to
contact me directly, just remove "online." from my posting alias.

Thank you for choosing the MSDN Managed Newsgroups,

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
--------------------
| From: "=?Utf-8?B?Um9iIFN0ZXdhcnQ=?=" <[email protected]>
| Subject: RE: Problem spellchecking individual Word XML nodes
programmatical
| Date: Mon, 25 Oct 2004 17:17:02 -0700
| X-Tomcat-NG: microsoft.public.office.developer.automation
|
| Any progress on this one Peter?
|
| ""Peter Huang"" wrote:
|
| > Hi
| >
| > I can reproduce the problem.
| > Now I am invoving our supporting team to see if there is any update for
| > this issue.
| > Thank you for your understanding
| >
| >
| > Best regards,
| >
| > Peter Huang
| > Microsoft Online Partner Support
| >
| > Get Secure! - www.microsoft.com/security
| > This posting is provided "AS IS" with no warranties, and confers no
rights.
| >
| >
|
 
J

John

Just to keep you up to date, the developers are still looking at the
problem.

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
 
Y

Yan-Hong Huang[MSFT]

Hi Rob,

We have been working with support team on it. After investigating the issue
thoroughly we have reproduced the issue as you have described with the VBA
CheckSpelling Feature of Word. Unfortunately, at this time we are unable to
provide a workaround for your issue. We have recorded it in the bug
database and passed it to product group.

If this problem is quite critical for your project, I recommend you contact
Microsoft PSS to request a hotfix for it. The hotfix request may go through
product group. They need some more information such as business impact and
etc. You can contact Microsoft Product Support directly to discuss
additional support options you may have available, by contacting us at
1-(800)936-5800 or by choosing one of the options listed at
http://support.microsoft.com/default.aspx?scid=sz;en-us;top.

Thank you for bringing this issue to our attention and for reporting this
for possible consideration in future service releases.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top