We often want to find programs where a certain text string exists. i.e. We know it contains a certain word but forgot the program name. Use report AFX_CODE_SCANNER to search for text within objects.
The report can search the following objects:
Programs
Function groups
Classes
It has the following selection screen:
![](https://static.wixstatic.com/media/a27d24_c3b6b4db97d24b37b607d50935bf9b47~mv2.png/v1/fill/w_640,h_492,al_c,q_85,enc_auto/a27d24_c3b6b4db97d24b37b607d50935bf9b47~mv2.png)
In the above selection I would be looking for all custom programs with my name in it...
And the result would look like this:
![](https://static.wixstatic.com/media/a27d24_2dde8840456d4b26a4d10949f9caf02c~mv2.png/v1/fill/w_640,h_282,al_c,q_85,enc_auto/a27d24_2dde8840456d4b26a4d10949f9caf02c~mv2.png)
Double-clicking the row would take you to the applicable program.
Comments