Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record is out of range
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01270538
Message ID:
01270644
Vues:
18
Hi Yuri. Thanks for your reply.
I checked the error log and following was state at time of error:
1. The error line that came up pointed back to the main calling .prg, to the Read Events line...so that does not tell us much.

2. The error line in Log File is: Select TRN

3. On the Form that caused the error, this is logged also
Table: Trn
Recmo() 180
Eof() No
Filter() None
Order() None

Trn is actually a Temporary ReadWrite Cussor, and I would guess that it had 180 records at the time.
The Log suggests that it is not a Goto is causing problem.
Are there any situations where a Sele Trn would cause a problem ?

Regards,
Gerard









>>Hi.
>>One of our sites is getting this frequently enough, about once every two days, in a busy multi user environment.
>>Our framework logs the error, and closes tha app, but when the user goes back in, all is ok.
>>
>>Any stuff I've seen sems to indicate that that this is some sort of inexing problem. However, when the user goes back in, and indeed all other usrs, dont have any problems.
>>
>>Anybosy got any ideas whats causing this ?>
>>
>>Regards,Gerard
>
>If your "framework logs the error", then it also should document the code line. Could you show the code where it is happening?
>
>I doubt that it is "some sort of inexing problem" (though VFP help may tell it); the error like this means that in the code "The record number you attempted to access is beyond the actual number of records contained in the current table". Check for statements like go (record_number) in your code.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform