> On 6/28/2012 9:09 AM, Man-wai Chang wrote:
>> Now, how could I change ALL references to D:\STANDARD\LIBS\MYLIB.VCX.
>> (by forms of D:\TAILORMADE) to D:\TAILLORMADE\LIBS\MYLIB.VCX?
>>
>> I suspected when I opened a form in D:\TAILORMADE and Foxpro would
>> warn me that the project had been relocated,
>> then I could just tell Foxpro the new location of the classlib and
>> expect Foxpro to change all references to that classlib in the
>> project.
>>
>> I am just not very sure about this.
As you suspected, VFP will warn you that the project has been relocated,
you OK updating it, and it changes the references in the Project. I've
never had a problem with this.
The only place it would not work would be if you had hard-coded the
directory somewhere, i.e.
set classlib to D:\STANDARD\LIBS\MYLIB.VCX
then the Project builder would not be able to change that.
So long as you do relative accessing, via SET PATH if other directories
are involved, you should be ok.
Dan Covill
San Diego
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** 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.