On Tue, 27 Feb 2007 10:01:19 -0500, "Carl Lindner" <[EMAIL PROTECTED]> said:
> Suppose I have a class "ge_chk". How would I generate a list of all the
> forms that contain this class?

I'm sure someone has written code to do it, but personally I would
(assuming you are on 2000, XP or Vista) go to the prompt and change into
the root of your development source folder, then do:

findstr /s /i /m /c:"ge_chk" *.sc? *.vc? *.prg

That will list the filenames of any form, class or .prg that has the
text "ge_chk" in them.


-- 
  Alan Bourke
  [EMAIL PROTECTED]



_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to