| Subject |
Re: Changing 2019 address |
| From |
Akshat Kapoor <akshat.kapoor@kapoorsons.in> |
| Date |
Sat, 16 Oct 2021 15:03:36 +0530 |
| Newsgroups |
dbase.getting-started |
Good Afternoon Bob,
> Hi Ken: As of now, I have no been able to open any of my old forms or dmd's.
> I have moved some of my folders trying to organize things a bit. I tried to move all of my folders
> to a shorter path. Desired path = MyDocuments (Changed the name)\BSSBiz ( want to make this folder the home folder
> for all additional folders used by my application)\BMCUSTOM(Contains all my custom controls & custom forms\
> Data (all my tables)\DUFLP2021B[1]\Programs\Source (All source code)
> Please note the path in the sample code. "C:\Users\19546\Documents\BSSBiz\BMCustom\base.cfm".
> I would prefer C:\MyDocuments\BSSBiz\BMCustom. I did use that for a while but for some reason I can't get rid
> of the User part. DB doesn't want to forget it.........Bo
>
> class MyTestForm1Form of BASE_CFORM from"C:\Users\19546\Documents\BSSBiz\BMCustom\base.cfm"
>
> set procedure to C:\Users\19546\Documents\BSSBiz\BMCustom\mycontrols.cc additive
> set procedure to C:\Users\19546\Documents\BSSBiz\Source\test.dmd additive
I am sorry to say that changing paths is damn difficult with existing code.
You will have to open each and every file in editor and change the paths
manually.
The tools that will help you the most is find and replace tool.
Regards
Akshat
|
|