Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find and highlight word in a word document
Message
From
08/10/2009 08:09:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Find and highlight word in a word document
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01428224
Message ID:
01428224
Views:
90
i have an application which keeps tack of documents among other things.
one of the routine queries the database for documents containing a list of word like 'finance' and 'meltdown' and it will return a handfull of .docs with those words in it in a grid.
the use can select a line in the grid and the program will open the word doc in MSWord.

now it woud be helpful if alloccasions of the words 'finance' and 'meltdown' would be highlited.

this code:
.Selection.Find.ClearFormatting
With .Selection.Find
.Text = "of"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = True
EndWith
.Selection.Find.Execute

does it one at a time. Is there a way to highlite ALL?


Thanks


Peter
Peter Cortiel
Next
Reply
Map
View

Click here to load this message in the networking platform