Hi,

Is there any way in foxpro that allow me to jump to a particular method
quickly. In visual basic 6.0 can do this by high-lighting on the method
name you want to find, right click and then select Definition, this will
takes you to the high-lighted method.

Can this be done in foxpro, if not is there any utility out there that allow
me to do this.

Many thanks in advance.

Thi

Re: How to jump to a particular method quickly? by Jan

Jan
Wed Sep 22 03:26:11 CDT 2004

Thi,

If you view the properties window you can select the methods tab and will
find all methods for a given/selected object listed. If the form is selected
you see all the methods listed for the form. If you have a text box selected
you see all the methods for the text box.

All you need to do is double click the method name and it will open in the
code window for you to edit. You will find your custom methods listed at the
end of the standard/system methods.

HTH
Jan

"Khmer_lovers" <thithach@hotmail.com> wrote in message
news:e5$1DFGoEHA.2340@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Is there any way in foxpro that allow me to jump to a particular method
> quickly. In visual basic 6.0 can do this by high-lighting on the method
> name you want to find, right click and then select Definition, this will
> takes you to the high-lighted method.
>
> Can this be done in foxpro, if not is there any utility out there that
> allow me to do this.
>
> Many thanks in advance.
>
> Thi
>



Re: How to jump to a particular method quickly? by Anders

Anders
Wed Sep 22 06:16:18 CDT 2004

Since VFP7 there's also a Document View utility in the Tools menu. This will
automatically list all the procedures and functions in an open class or form
or program editing window and let you jump to any procedure you click on in
the Document View window.
This DV window can dock to the Command window or other Tools windows.
Righclick on the top frame and select Dockable. Then move it on top of
another window.
-Anders

"Khmer_lovers" <thithach@hotmail.com> wrote in message
news:e5$1DFGoEHA.2340@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Is there any way in foxpro that allow me to jump to a particular method
> quickly. In visual basic 6.0 can do this by high-lighting on the method
> name you want to find, right click and then select Definition, this will
> takes you to the high-lighted method.
>
> Can this be done in foxpro, if not is there any utility out there that
allow
> me to do this.
>
> Many thanks in advance.
>
> Thi
>
>


Re: How to jump to a particular method quickly? by Khmer_lovers

Khmer_lovers
Wed Sep 22 15:48:49 CDT 2004

Thanks

"Khmer_lovers" <thithach@hotmail.com> wrote in message
news:e5$1DFGoEHA.2340@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Is there any way in foxpro that allow me to jump to a particular method
> quickly. In visual basic 6.0 can do this by high-lighting on the method
> name you want to find, right click and then select Definition, this will
> takes you to the high-lighted method.
>
> Can this be done in foxpro, if not is there any utility out there that
> allow me to do this.
>
> Many thanks in advance.
>
> Thi
>