Re: how to show all code for a form?

2007-01-30 Thread Jeff Roberts
thanks for all the great responses! All of them I have tried have accomplished what I wanted one way or another. On 1/27/07, Sales Info <[EMAIL PROTECTED]> wrote: > > Jeff, > > I'm not by a workstation with VFP, but under the Tools menu is a Class > Browser(?) about 3 or 4 positions down that was

RE: how to show all code for a form?

2007-01-28 Thread Francis \(net\)
e code from the classes or form. HTH Best, Francis I. Coppage, Jr. -Original Message- From: Jeff Roberts [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 9:54 AM To: [EMAIL PROTECTED] Subject: how to show all code for a form? Sorry if I've overlooked an obvious answer or workar

Re: how to show all code for a form?

2007-01-28 Thread MB Software Solutions
Jeff Roberts wrote: > Sorry if I've overlooked an obvious answer or workaround to this problem. > I've got a form that is based off a class, and I want to see if I have > hidden any code anywhere that would change the behavior of this form. Is > their something I can do that will show me where I'v

RE: how to show all code for a form?

2007-01-28 Thread Sales Info
Jeff, I'm not by a workstation with VFP, but under the Tools menu is a Class Browser(?) about 3 or 4 positions down that was written by Ken Levy. You can load a form into this tool (you can load forms even though it looks like you can only work with classes), click on this tool's View Code button,

Re: how to show all code for a form?

2007-01-27 Thread Richard Kaye
I'm pretty sure you can also load the SCX into the class browser and then use that to generate a source code view. Also, you can use scctext to create a prg (sca). Dave Crozier wrote: > Jeff, > Dont forget that if you richt click on the property box you can elect to > view only the used methods

RE: how to show all code for a form?

2007-01-27 Thread Dave Crozier
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Roberts Sent: 27 January 2007 15:54 To: profox@leafe.com Subject: how to show all code for a form? Sorry if I've overlooked an obvious answer or workaround to this problem. I've got a form that is based off a clas

Re: how to show all code for a form?

2007-01-27 Thread Chet Gardiner
Intermediate solution: Use the form (It's a regular dbf) and look for properties and method memo fields that are filled Longer term: download and use my ChkStr routine to see all code in the form. Some training required... Jeff Roberts wrote: >Sorry if I've overlooked an obvious answer or wo

how to show all code for a form?

2007-01-27 Thread Jeff Roberts
Sorry if I've overlooked an obvious answer or workaround to this problem. I've got a form that is based off a class, and I want to see if I have hidden any code anywhere that would change the behavior of this form. Is their something I can do that will show me where I've put code for the form or a