Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IF NOT EOF()
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01416811
Message ID:
01416812
Vues:
109
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform