Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record out of range error
Message
From
02/07/2007 10:36:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Record out of range error
Miscellaneous
Thread ID:
01237135
Message ID:
01237135
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform