I took over someones job at a company and they had programmed with a lot of loose links to files all over the place on their C: drive. If I login as the old user and run the foxpro 9 program things run find and I can compile an .exe file fine as well.
When I login under an administrator account on the pc and try to run or compile the foxpro app i start getting all kinds of errors relating to finding forms etc. Thing is the form references look fine as they are to the root c:\ drive and not under the other users profile my docs or anything.
Does FoxPro9 have some other issues or settings I need to be aware of when moving locations of programs or in this instance just using a new login to a pc to develop from?
When I compile the program runs fine. If I click on Main.prg and try to run which is the startprogram it throws this error:
File 'C:\tasi\progs\splash.scx' does not exist
and throws to this line of code:
DO FORM splash.scx
well the splash.scx is not in the c:\tasi\progs directory but the c:\tasi\forums directory so why would me changing the profile of this machine cause so much trouble?
Maybe something with the includes within the .prg files themselves? I'm new to FoxPro so any help is greately appreciated. Thanks everyone in advance.
When I login under an administrator account on the pc and try to run or compile the foxpro app i start getting all kinds of errors relating to finding forms etc. Thing is the form references look fine as they are to the root c:\ drive and not under the other users profile my docs or anything.
Does FoxPro9 have some other issues or settings I need to be aware of when moving locations of programs or in this instance just using a new login to a pc to develop from?
When I compile the program runs fine. If I click on Main.prg and try to run which is the startprogram it throws this error:
File 'C:\tasi\progs\splash.scx' does not exist
and throws to this line of code:
DO FORM splash.scx
well the splash.scx is not in the c:\tasi\progs directory but the c:\tasi\forums directory so why would me changing the profile of this machine cause so much trouble?
Maybe something with the includes within the .prg files themselves? I'm new to FoxPro so any help is greately appreciated. Thanks everyone in advance.