Gotheallblacks
Programmer
I've forgotten something somewhere. I have a test environment on S: drive and a live one on Z: drive.
I use Private data sessions and in "load Event" of each form I have set default to remotefolder z:\live .I don't have "s:" or "z:" anywhere in any prg,vcx.. etc
the remotefolder var is set from an .ini var (which is correct and tested).
Both databases have the same name.
My problem is my compiled exe on c:\program files\prog.exe looks at s:\test\data\database not at z:\live\data\database which is where it should.
What is strange is that if I rename the s:\test dir to a temporary name and re-run my exe it looks and works correctly at the z:\live\data\database.
I did originally copy and paste the database and tables from S:\test... to z:\live... to set up the live data and then validated the database I'm wondering if there is something obscure leftover from this or I am missing something ?
I use Private data sessions and in "load Event" of each form I have set default to remotefolder z:\live .I don't have "s:" or "z:" anywhere in any prg,vcx.. etc
the remotefolder var is set from an .ini var (which is correct and tested).
Both databases have the same name.
My problem is my compiled exe on c:\program files\prog.exe looks at s:\test\data\database not at z:\live\data\database which is where it should.
What is strange is that if I rename the s:\test dir to a temporary name and re-run my exe it looks and works correctly at the z:\live\data\database.
I did originally copy and paste the database and tables from S:\test... to z:\live... to set up the live data and then validated the database I'm wondering if there is something obscure leftover from this or I am missing something ?