Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need a Project Search
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00509994
Message ID:
00510013
Vues:
20
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform