Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Next & Previous Button Enabled/Disabled
Message
De
18/07/2013 09:25:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01578618
Message ID:
01578721
Vues:
39
Here is the code that rests in the refresh method:

*!* if !eof()
*!* nRec = recno('v_empdemo')
*!* skip
*!* if !eof()
*!* thisform.NextBtn.enabled = .T.
*!* endif
*!* goto nRec in v_empdemo
*!* endif

*!* if !bof()
*!* nRec = recno('v_empdemo')
*!* skip -1
*!* if !bof()
*!* thisform.PrevBtn.enabled = .T.
*!* endif
*!* goto nRec in v_empdemo
*!* endif
Thanks in Advance.

J. Turner
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform