Date : Tue, 11 Sep 1984 11:50:33 PDT (Tuesday)
From : Chapman.ES@XEROX.ARPA
Subject: Re: dBASE II record limit
I once had this happen to me when a power glitch messed up my file.
Everything looked ok when doing a
disp struct
(i.e. the correct number of records was displayed), but an append would
end with the
RECORD NUMBER OUT OF RANGE
message.
I fixed my problem by doing a pack, which ended up with one fewer
records than I should have had. Then I found the missing record and
inserted it back in where it belonged.
Cheryl