Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CheckSpelling using Word
Message
From
09/10/1998 08:40:53
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
CheckSpelling using Word
Miscellaneous
Thread ID:
00145388
Message ID:
00145388
Views:
66
*** OLE Control Event *** (DblClick of RTFTextBox ActiveX)

if type('thisform.owordDoc')<>'O'
Thisform.addobject('oWordDoc','olecontrol','word.document')
endif

With Thisform.oWordDoc
.DoVerb(0)
.Object.Content = This.Text
.CheckSpelling
.Object.Application.Selection.WholeStory
This.text = .Object.Application.Selection.Text
** .Close(0)
EndWith

thisform.removeobject("oWordDoc")

***********************************************
With this code (in Visual FoxPro) is possible check simple text.
I need check RTF. I want pass the TEXTRTF property to
SpellChecker of the Word, that shows o formatted text
and I want that return in RTF too.

Excuse my english.
Someone can I help me, please?


Paulo Barros
Reply
Map
View

Click here to load this message in the networking platform