I'd like to change the name of a memvar wherever it occurs in a project
(mostly vcx's & code). Is there a one shot utility that does this?
-Lew

RE: Project wide code replacement... by Leemi

Leemi
Thu Jul 27 14:45:51 CDT 2006

Hi Lew:

If you have VFP 8.0 or 9.0, you can use the Code References tool under the
Tools menu.

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>I'd like to change the name of a memvar wherever it occurs in a project
>(mostly vcx's & code). Is there a one shot utility that does this?
>-Lew



Re: Project wide code replacement... by Lew

Lew
Thu Jul 27 15:14:06 CDT 2006

Thanks, that's what I'm looking for. Is there a quick way to check all the
items that have been found?
-Lew



Re: Project wide code replacement... by Dan

Dan
Thu Jul 27 15:18:44 CDT 2006

The same tool displays a list of all items found. If you double-click the
items in the list they open.

Are you looking for something else?

Dan

Lew Schwartz wrote:
> Thanks, that's what I'm looking for. Is there a quick way to check
> all the items that have been found?
> -Lew



Re: Project wide code replacement... by Lew

Lew
Thu Jul 27 15:28:24 CDT 2006

I meant "check" the 1st col so I could perform the replacement on everything
found, not "check" meaning "look at."
Sorry
-Lew
"Dan Freeman" <spam@microsoft.com> wrote in message
news:uds1cnbsGHA.3832@TK2MSFTNGP06.phx.gbl...
> The same tool displays a list of all items found. If you double-click the
> items in the list they open.
>
> Are you looking for something else?
>
> Dan
>
> Lew Schwartz wrote:
>> Thanks, that's what I'm looking for. Is there a quick way to check
>> all the items that have been found?
>> -Lew
>
>



Re: Project wide code replacement... by Dan

Dan
Thu Jul 27 15:36:34 CDT 2006

Code references uses a DBF in the current directory.

USE it AGAIN and REPLACE ALL. <s>

(You also have source for the code references tool in Xsource.zip.)

Dan

Lew Schwartz wrote:
> I meant "check" the 1st col so I could perform the replacement on
> everything found, not "check" meaning "look at."
> Sorry
> -Lew
> "Dan Freeman" <spam@microsoft.com> wrote in message
> news:uds1cnbsGHA.3832@TK2MSFTNGP06.phx.gbl...
>> The same tool displays a list of all items found. If you
>> double-click the items in the list they open.
>>
>> Are you looking for something else?
>>
>> Dan
>>
>> Lew Schwartz wrote:
>>> Thanks, that's what I'm looking for. Is there a quick way to check
>>> all the items that have been found?
>>> -Lew



Re: Project wide code replacement... by Leonid

Leonid
Fri Jul 28 02:05:42 CDT 2006

I haven't access to VFP8 or 9 right now, but as far as I remember you may
rightclick somewhere and you will get menu with option "Select all" or
"Check all"

Leonid


"Lew Schwartz" <lschwartz@sionline.com> wrote in message
news:uqujUrbsGHA.4612@TK2MSFTNGP06.phx.gbl...
>I meant "check" the 1st col so I could perform the replacement on
>everything found, not "check" meaning "look at."
> Sorry
> -Lew
> "Dan Freeman" <spam@microsoft.com> wrote in message
> news:uds1cnbsGHA.3832@TK2MSFTNGP06.phx.gbl...
>> The same tool displays a list of all items found. If you double-click the
>> items in the list they open.
>>
>> Are you looking for something else?
>>
>> Dan
>>
>> Lew Schwartz wrote:
>>> Thanks, that's what I'm looking for. Is there a quick way to check
>>> all the items that have been found?
>>> -Lew
>>
>>
>
>



Re: Project wide code replacement... by Bernhard

Bernhard
Mon Jul 31 10:57:14 CDT 2006

Hi Lew,

> I meant "check" the 1st col so I could perform the replacement on everything
> found, not "check" meaning "look at."
Right click in any column of the grid execept the first column. There are some
menu bars to select and deselect.

Regards
Bernhard Sander

Re: Project wide code replacement... by Lew

Lew
Tue Aug 01 09:46:19 CDT 2006

That's it: any column *except* the check box column, but it works...
"Bernhard Sander" <fuchs@no.spam> wrote in message
news:%23PVq%23nLtGHA.1284@TK2MSFTNGP05.phx.gbl...
> Hi Lew,
>
>> I meant "check" the 1st col so I could perform the replacement on
>> everything found, not "check" meaning "look at."
> Right click in any column of the grid execept the first column. There are
> some menu bars to select and deselect.
>
> Regards
> Bernhard Sander