Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Next & Previous Button Enabled/Disabled
Message
De
17/07/2013 08:45:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Next & Previous Button Enabled/Disabled
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:
01578618
Vues:
93
Greetings All,

does anyone know of a good place to find a working navigation class? I can move my records but when at EOF or BOF, my Next, Prev buttons aren't enabling / disabling properly.

Here is the code that I am using so far:

Next Button Click
IF !EOF()
SKIP 1
oVar.EmployeeId = pk_emp_id
ENDIF

IF EOF()
GO BOTTOM
skip 1
ENDIF
Thanks in Advance.

J. Turner
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform