Greetings All!
I am working on an old FoxPro 2.0 for DOS system. Things usually work well but recently I bumped into the following situation:
1) From within FoxPro via the Command Window, a new table was created normally.
2) However, a Date field, a Numeric field and 1 of 4 Character fields behaved surprisingly. (Size is not the issue.)
3) At the Command Window putting data of each type into a properly Declared and Initialized variable and then using the REPLACE command to store the corresponding variables into the proper fields in the new table there was NO problem.
4)When doing the exact same populating process using the REPLACE command within a program the value from the correct variable would NOT be stored in the table's corresponding field. (IT WOULD, however, store values put into it from another table's field of correct data type.)
5) The debugger was used to make sure that the above was truly happening and the debugger clearly showed the table fields NOT getting populated with the REPLACE command.
Any ideas or suggestions? All responses are greatly appreciated.
I am working on an old FoxPro 2.0 for DOS system. Things usually work well but recently I bumped into the following situation:
1) From within FoxPro via the Command Window, a new table was created normally.
2) However, a Date field, a Numeric field and 1 of 4 Character fields behaved surprisingly. (Size is not the issue.)
3) At the Command Window putting data of each type into a properly Declared and Initialized variable and then using the REPLACE command to store the corresponding variables into the proper fields in the new table there was NO problem.
4)When doing the exact same populating process using the REPLACE command within a program the value from the correct variable would NOT be stored in the table's corresponding field. (IT WOULD, however, store values put into it from another table's field of correct data type.)
5) The debugger was used to make sure that the above was truly happening and the debugger clearly showed the table fields NOT getting populated with the REPLACE command.
Any ideas or suggestions? All responses are greatly appreciated.