I have some code that gets information from users and puts it in a temporary table. After all the information is entered, the data is put into the permanent table (same structure) via an APPEND FROM statement.
Once or twice a month, the APPEND FROM ... statement doesn't do anything. The rest of the program works fine and so does the rest of the application. It seems like that line has effectively been removed.
This problem keeps happening -- even if the application is shut down and restarted. The only way to make that statement work again is to reboot the computer.
Because of this I think that it is not a problem in the code or the data being entered, but something with VFP itself.
Once or twice a month, the APPEND FROM ... statement doesn't do anything. The rest of the program works fine and so does the rest of the application. It seems like that line has effectively been removed.
This problem keeps happening -- even if the application is shut down and restarted. The only way to make that statement work again is to reboot the computer.
Because of this I think that it is not a problem in the code or the data being entered, but something with VFP itself.