by TimStone » Fri Jan 25, 2013 12:29 am
I'm glad this thread was started.
I don't believe in ghosts, or gremlins, but they still seem to exist in our computers.
I know what should not be able to happen, but I do know what does happen:
1) A "workorder" is created. It has totals, client link numbers, etc. When it is created it is Saved ! Then, when data is added ( connected ), it is also saved. The main workorder is stored in ord.dbf !
2) When parts are added to a workorder ( and labor ), they are linked with the workorder number. These records are all saved in their own files.
3) Example: Workorder 100005 is created. The number is drawn from a separate counter file. It exists in the ord.dbf file. When other items are added they also have the 100005 stored in the first field of their records.
4) A printout is made of 100005. It shows all detail and all connected parts. It is clearly in the system.
5) All entries are physically in numerical sequence. The saves are done when the record is first created, and when it is updated.
6) Several weeks later, a reprint is needed. The record is gone in the ord.dbf file ( but all the associated records still exist in their files ). If I manually add a new record for 100005 to the ord.dbf file, I can then print a full document and all of the related records in other files will show up as they should.
In each case I have investigated, the record is simply missing from the ord.dbf file. I've done numerous searches through the file to see if the data has been written over another record, but that is not the case.
It doesn't happen very often, but it does actually occur.
Perhaps there are ghosts and goblins out there, living our computer data.
Tim