Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'skip 1' always gives blank record at eof
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00254129
Message ID:
00254213
Views:
19
Joe,

Tha blank record you are referring to is the phantom record that is at eof for every dbf file. The phantom record has existed since dBASE II. Alter your code so that it does this;
IF NOT EOF()
   SKIP
   IF EOF()
      GO BOTTOM
   ENDIF
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform