Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'skip 1' always gives blank record at eof
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
'skip 1' always gives blank record at eof
Miscellaneous
Thread ID:
00254129
Message ID:
00254129
Views:
53
I've always had this problem but never knew how to solve
it. I hope there's an easy fix. I have a button 'Next'
which skips through records on a form. Here's the
code that it executes.

if not eof() then
skip 1
endif

Problem is that always after the last record a blank
record appears. I really don't think it's a record
but all fields go blank presumably because it skips to
the end of the last record and there is nothing to
display. How can I fix this behavior?
Next
Reply
Map
View

Click here to load this message in the networking platform