Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record out of range error
Message
De
02/07/2007 10:36:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Record out of range error
Divers
Thread ID:
01237135
Message ID:
01237135
Vues:
62
Hi all,

We have been receiving a "Record out of range" error in the following code snippit. It appears to be the RECNO("curOrderParts") expression, but that does not make any since to me. Has anyone encountered this before?
SELECT curOrderParts
SET ORDER TO PriDetID
SEEK curGridItems.PriDetID

IF FOUND("curOrderParts")
	DO FORM frmOrderParts WITH RECNO("curOrderParts") TO locSaved      && <== Error
ELSE
	MESSAGEBOX("Please select a part before proceeding.",0+48)
	RETURN .f.
ENDIF 
Greg Reichert
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform