MB Software Solutions wrote:
> (VFP9)
>
> I want to take an older project/app and "re-brand" it under a different 
> name.  I want the EXE to be named different and the backend DBC too.  
>   
I use the projecthook class to set my output name.
> Code References will help to change references in code from OldDbc! to 
> NewDBC! 
I don't reference the DBC in code at all and stopped using the
dataenvironment long ago for this very reason.

In one of my apps the user can select a different company and I set the
path to the correct place to find the data.
since I don't reference the DBC name I only have to make sure the tables
are named correctly.

I also NEVER put the DBC in a different folder, if you do then the path
to the DBC gets stored in the table header.

> but is there a way to get the tables all using the NewDBC! 
I have a utility for moving tables from one DBC to another. I could
probably dig up the code if you need it.

> name, 
> and likewise, the project files all referencing the NewProject name as well?
Not clear on what you your asking here.




_______________________________________________
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.

Reply via email to