Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange out of range error
Message
From
06/03/2001 14:01:22
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00481200
Message ID:
00482377
Views:
11
1. Search for SKIP/GOTOs in your code and make sure you SKIPping in the right table. "Record out of range" usually happens when you're trying to move to non-existent record.
2. PROGRAM(PROGRAM(-1)) will return the name of the procedure caused the error (will not work from the Command window).


>I have a really strange problem. I getting a "Record out of range" error. Somewhere between the WHEN for a textbox and it GOTFOCUS (note: this occurs in a grid environment but its not the first column) I can enter data into the first column without an error. If I suspend the program when I hit the error its on the READ EVENTS line which doesn't tell me much because at that point its not even looking at the same datasession that the form is using. Anyone have any ideas whats causing this????
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform