Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IF NOT EOF()
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01416811
Message ID:
01416812
Views:
110
This message has been marked as the solution to the initial question of the thread.
>I created arrow in my form buttons to advance records >>
>
>************************
> IF NOT EOF()
> SKIP +1
>***********************
>
>But I still go to I blank record that seems to be the end of the table
>
>How can I prevent it ?
>
>Moises

May be
IF not eof()
   skip
   if eof()
        skip - 1
   endif
endif
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform