Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a Project Search
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00509994
Message ID:
00510013
Views:
19
>>What do ya'll use to search through projects for text strings? Need a tool and wondering what is available.
>>
>>Brenda
>
>In the Download section here it's a SearchString tool by Erik Moore. I think, that's exactly what you need. There are couple of other utilities available, like Houston Brennan utility, for example. But this one is a good start.

BTW, I inserted them in the Tools menu in my VFPStart program:
lnBar = cntbar('_MTOOLS') + 1
define bar m.lnBar of _MTOOLS prompt "\-"
lnBar=m.lnBar+1
define bar m.lnBar of _MTOOLS prompt "Searc\<h a string (Erik Moore)..."
lcTemp = m.tcUtilityPath + "SearchString\SearchString"
on selection bar m.lnBar of _MTOOLS do &lcTemp
lnBar=m.lnBar+1
define bar m.lnBar of _MTOOLS prompt "S\<earch a string (Houston Brennan)..."
lcTemp = m.tcUtilityPath + "SearchString\Search_NN"
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform