I am on my 3rd day on a Job taking over from someone who was terminated last week. I now have a VFP 7 Project that will not compile.
I am not yet permitted to make any coding changes. I get this error on the compile:
Compiling f:\compcar\companycars\programs\main.prg
l_dNotEmpty = {01/01/1650}
Error in line 1165: Ambiguous date/datetime constant. Use the format:
{^yyyy-mm-dd[,][hh[:mm[:ss]] [a|p]]}
I have attempted to do a Set Century on/Off and this didn't work.
To verify that we have the correct version of the source code, I am supposed to recompile the project and check the size of the executable against the production version.
I am not sure what to do without changing code, to get this project to compile.
I am not yet permitted to make any coding changes. I get this error on the compile:
Compiling f:\compcar\companycars\programs\main.prg
l_dNotEmpty = {01/01/1650}
Error in line 1165: Ambiguous date/datetime constant. Use the format:
{^yyyy-mm-dd[,][hh[:mm[:ss]] [a|p]]}
I have attempted to do a Set Century on/Off and this didn't work.
To verify that we have the correct version of the source code, I am supposed to recompile the project and check the size of the executable against the production version.
I am not sure what to do without changing code, to get this project to compile.