> Hi Russel,
>
> > What is the best way to search the entire project for a particular string?
>
> Try download the freeware 'GREP.EXE' from the web and place it in your project root folder. Go to command prompt type in the following command after changing the directory to project root folder:
>
> GREP "" *.prg -i -d (Programs)
> GREP "" *.spr -i -d (Screen programs)
>
> for help type in command prompt:
>
> GREP /? would help you better. I used to locate particular string within programs only. I'm not sure how this would help finding strings within Screens & Classess! If you get any info please share here. Thank you in advance!
>
> Regards,
> Jyotish
Thanks for that Jyotish.
Stefan's recommendation works beautifully for prgs, forms and classes.
Regards,
Russell.