Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using eof()
Message
De
06/12/2005 10:04:35
 
 
À
06/12/2005 10:01:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01075287
Message ID:
01075302
Vues:
17
>Terry
>
>What is the code in the cmdNext button? The previous button works fine.
Select ( thisform.cpAlias)
If not EOF()
    Skip 1
    If EOF()
	go BOTTOM
	This.Enabled		  = .F.
	This.Parent.cmdLast.Enabled	  = .F.
    Endif
    With This.Parent
      .cmdPrev.Enabled		  = .T.
      .cmdFirst.Enabled		  = .T.
    EndWith
EndIf not EOF()
Thisform.Refresh
Regards

Terry
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform