Occasionally we are getting errors that say the the FPT file of a particular
table is either corrupt invalid or missing. This table is written to often,
as it stores the positions of forms for each user on the network.
My question is, when a record is locked for writing, is the whole fpt file
locked or just part of it. We do not lock it with rlock() as there should
only ever be one person writing to their own position record.
Do we need to increase the setting of reprocess to avoid this problem
(Currently set to 1).
TIA Dave
There is no such thing as "locking a memo field", BTW. You can lock either
the current record (rlock()) or the table header (flock()). ANYTHING that
writes to the current record will cause some kind of lock implicitly, but it
will one of the two I just mentioned.
Dan
1. Erase the resouce files on all the computers (the foxuser files).
2. Check for bad cables, connectors or a bad network card. Not likely if
it is only an fpt that is getting corrupted but it is possible.
3. How big are the fpt files? It could be a bad hard drive (again, not
likely but possible. Check with Scandisk).
4. Duplicate fpt or cdx filename in another path or directory.
I credit Roger Ansell for this:
http://support.microsoft.com/kb/264867
http://support.microsoft.com/?id=812696
And finally check this thread I started for more info:
Mike
"dave" <da...@somewhere.com> wrote in message
news:OXpjmphw...@TK2MSFTNGP06.phx.gbl...