Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Next & Previous Button Enabled/Disabled
Message
 
À
17/07/2013 08:45:13
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:
01578626
Vues:
47
>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

Take a look at Component Gallery-Foundation Classes-Buttons-Data edit buttons.
The code is all there.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform