Re: AW: Searching classes and forms for something specific

2021-05-20 Thread Matt Slay
me. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday, May 12, 2021 7:30 PM To: profoxt...@leafe.com Subject: Re: AW: Searching classes and forms for something specific That looks REALLY COOL!! Thanks f

AW: Searching classes and forms for something specific

2021-05-20 Thread Tracy Pearson
attempting to get it to work for me. Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday, May 12, 2021 7:30 PM To: profoxt...@leafe.com Subject: Re: AW: Searching classes and forms for something specific

Re: AW: Searching classes and forms for something specific

2021-05-12 Thread MB Software Solutions, LLC
Pearson Gesendet: Mittwoch, 12. Mai 2021 04:12 An: profox@leafe.com Betreff: Searching classes and forms for something specific Is there a search tool out there that can search for criteria such as the following: The Column.Sparse is set to False. That same Column has a TextBox baseclass in it. I

AW: Searching classes and forms for something specific

2021-05-12 Thread Jürgen Wondzinski
Maybe that's what you're looking for: VFPX VFP-Editors: https://github.com/ggreen86/VFP-Editors wOOdy -Ursprüngliche Nachricht- Von: ProFox Im Auftrag von Tracy Pearson Gesendet: Mittwoch, 12. Mai 2021 04:12 An: profox@leafe.com Betreff: Searching classes and forms for something

RE: Searching classes and forms for something specific

2021-05-12 Thread Richard Kaye
: Tuesday, May 11, 2021 10:12 PM To: profoxt...@leafe.com Subject: Searching classes and forms for something specific Is there a search tool out there that can search for criteria such as the following: The Column.Sparse is set to False. That same Column has a TextBox baseclass in it. I have already

Re: Searching classes and forms for something specific

2021-05-11 Thread MB Software Solutions, LLC
My answer would be to roll your own as you have using the SCX/VCX as a table and looking at the baseclass and properties fields. On 5/11/2021 10:12 PM, Tracy Pearson wrote: Is there a search tool out there that can search for criteria such as the following: The Column.Sparse is set to False.

Searching classes and forms for something specific

2021-05-11 Thread Tracy Pearson
Is there a search tool out there that can search for criteria such as the following: The Column.Sparse is set to False. That same Column has a TextBox baseclass in it. I have already slowly parsed most instances of the Sparse property in my search. I know I can write something that can search