DaiDreamer
Programmer
Hi!
My boss came up to me with an interesting question. He wants me to find out if it is possible to search though the code looking for certian words (i.e. names of procedures). He also want where the string was found, what is was found it (form module) and the name of the form/procedure in a list box. For example, say there was a procedure name "bob" and I used this program to look for "bob". the result were that "bob" was called in form "sally", module "bill", and report "peter".
Is this possible???
Thanks!
DaiDreamer
My boss came up to me with an interesting question. He wants me to find out if it is possible to search though the code looking for certian words (i.e. names of procedures). He also want where the string was found, what is was found it (form module) and the name of the form/procedure in a list box. For example, say there was a procedure name "bob" and I used this program to look for "bob". the result were that "bob" was called in form "sally", module "bill", and report "peter".
Is this possible???
Thanks!
DaiDreamer